diff --git a/emacs/init.org b/emacs/init.org index de549ad..4c19534 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -4994,6 +4994,8 @@ A fuzzy-finder for notes. :commands (deft) :init (setq deft-extensions '("org" "txt" "md" "markdown" "text")) + (leader-def-key "D" #'deft) + (leader-def-key "od" #'deft) :config (setq deft-use-filter-string-for-filename t deft-file-naming-rules '((noslash . "-") @@ -5002,7 +5004,6 @@ A fuzzy-finder for notes. deft-auto-save-interval 0) (add-to-list 'evil-emacs-state-modes 'deft-mode)) - (leader-def-key "D" #'deft) #+END_SRC Tell Deft to use the TITLE property for entry titles, if it exists: