diff options
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/bd--notes.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el index 15b5f2c..a9f58b5 100644 --- a/.config/emacs/modules/bd--notes.el +++ b/.config/emacs/modules/bd--notes.el @@ -13,6 +13,7 @@ :config (require 'denote-journal-extras) :custom + (denote-file-type 'org) (denote-known-keywords '("ss" "writing" "reading" "art" "csu" "umass" "cs" "guix" "emacs" "programs" "mem")) (denote-directory (expand-file-name "~/dc/")) (denote-prompts '(title file-type keywords)) |