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")