-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
My old laptop crashed and I lost my emacs config. I am trying to remember how to:
- config deft to always create new files as org-mode files
- configure the list to show the titles of the org-mode files properly.
I tried to find the instructions in the readme, but
(use-package deft
:ensure t
:straight (:host github :repo "jrblevin/deft")
:bind ("<f8>" . deft)
:commands (deft)
:config (setq deft-directory "~/r/dnotes"
deft-new-file-format "org"
deft-file-naming-rules '((noslash . "-")
(nospace . "-")
(case-fn . downcase))
deft-org-mode-title-prefix 1
deft-extensions '("org" "md")))
Is not working as expected
Metadata
Metadata
Assignees
Labels
No labels