feat(sterni/emacs): search through all org files
It can also be useful to find things I've noted down in my todo lists. Change-Id: I6f3d7da49bfd4392c70e5b14c21b1d659645867e Reviewed-on: https://cl.tvl.fyi/c/depot/+/13009 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
689fee1398
commit
b51720f844
1 changed files with 2 additions and 1 deletions
|
|
@ -357,9 +357,10 @@
|
||||||
;; This is based on (car deft-extensions), but unfortunately the variable is
|
;; This is based on (car deft-extensions), but unfortunately the variable is
|
||||||
;; not re-bound in the hook defined by defcustom, so it is always "txt".
|
;; not re-bound in the hook defined by defcustom, so it is always "txt".
|
||||||
(setq deft-default-extension "org")
|
(setq deft-default-extension "org")
|
||||||
|
(setq deft-recursive t)
|
||||||
(evil-define-key 'normal 'global (kbd "<leader>mn") 'deft)
|
(evil-define-key 'normal 'global (kbd "<leader>mn") 'deft)
|
||||||
:custom
|
:custom
|
||||||
deft-directory (expand-file-name "~/files/sync/org/notes")
|
deft-directory (expand-file-name "~/files/sync/org")
|
||||||
deft-extensions '("org" "md" "txt" "tex"))
|
deft-extensions '("org" "md" "txt" "tex"))
|
||||||
|
|
||||||
(unless (server-running-p)
|
(unless (server-running-p)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue