From 1f62db44b1bcc61f9894cd85f611d640f239e57c Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 12 Oct 2025 19:59:30 -0400 Subject: allow selection of subdirectories for denote creation --- .config/emacs/modules/bd--notes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 50d6ae4..13f80f4 100644 --- a/.config/emacs/modules/bd--notes.el +++ b/.config/emacs/modules/bd--notes.el @@ -63,7 +63,7 @@ KEYWORDS is a list of strings." "csu" "umass" "cs" "guix" "emacs" "programs" "mem") denote-directory (expand-file-name "~/dc/") - denote-prompts '(title file-type keywords) + denote-prompts '(title file-type keywords subdirectory) denote-dired-directories (list denote-directory))) (use-package denote-journal -- cgit v1.2.3