forked from colonelpanic/dotfiles
enable deft automatic file naming
This commit is contained in:
parent
f5d1d7a695
commit
3c801f30d4
@ -1155,6 +1155,10 @@ the same tree node, and the headline of the tree node in the Org-mode file."
|
||||
:config
|
||||
(progn
|
||||
(setq deft-extensions '("org"))
|
||||
(setq deft-use-filter-string-for-filename t)
|
||||
(setq deft-file-naming-rules '((noslash . "_")
|
||||
(nospace . "_")
|
||||
(case-fn . downcase)))
|
||||
(setq deft-directory "~/Dropbox (Personal)/org/notes")))
|
||||
|
||||
(use-package epg
|
||||
|
Loading…
Reference in New Issue
Block a user