From de5637cb39baa0c867c5e2e4e8105a9e24ecb9ab Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 12 Aug 2024 12:31:47 -0600 Subject: Fix typo in bd--notes.el --- .config/emacs/modules/bd--notes.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config/emacs/modules/bd--notes.el') diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el index 6aaed38..3ec4a8d 100644 --- a/.config/emacs/modules/bd--notes.el +++ b/.config/emacs/modules/bd--notes.el @@ -9,9 +9,10 @@ :bind (("H-d f" . 'denote-open-or-create)) :custom (denote-known-keywords '("ss" "writing" "reading" "art" "csu" "umass" "cs" "guix" "emacs" "programs" "mem")) - (denote-directory (expand-file-name "~/dc/notes/")) + (denote-directory (expand-file-name "~/dc/")) + (denote-prompts '(title file-type keywords)) (denote-dired-directories (list denote-directory))) -(provide 'bd--roam) -;;; bd-roam ends here +(provide 'bd--notes) +;;; bd-notes ends here -- cgit v1.2.3