From 3e9066f3dca9496ecd696b31d1125e71ced73a5e Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 27 Dec 2024 03:59:28 -0600 Subject: [PATCH] Update to assume org path for notes --- whomp/whomp-notes.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whomp/whomp-notes.el b/whomp/whomp-notes.el index 1229682..4cd3d8a 100644 --- a/whomp/whomp-notes.el +++ b/whomp/whomp-notes.el @@ -14,9 +14,9 @@ :straight t :defer t) ;; Directory configuration - (whomp/ensure-directory-exists "~/howm") - (setq howm-home-directory "~/howm/") - (setq howm-directory "~/howm/") + (whomp/ensure-directory-exists "~/org") + (setq howm-home-directory "~/org/") + (setq howm-directory "~/org/") (setq howm-keyword-file (expand-file-name ".howm-keys" howm-home-directory)) (setq howm-history-file (expand-file-name ".howm-history" howm-home-directory)) (setq howm-file-name-format "%Y/%m/%Y%m%d%H%M%S.org")