Update to assume org path for notes

This commit is contained in:
William Moore 2024-12-27 03:59:28 -06:00
parent f8a788fab3
commit 3e9066f3dc

View File

@ -14,9 +14,9 @@
:straight t :straight t
:defer t) :defer t)
;; Directory configuration ;; Directory configuration
(whomp/ensure-directory-exists "~/howm") (whomp/ensure-directory-exists "~/org")
(setq howm-home-directory "~/howm/") (setq howm-home-directory "~/org/")
(setq howm-directory "~/howm/") (setq howm-directory "~/org/")
(setq howm-keyword-file (expand-file-name ".howm-keys" howm-home-directory)) (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-history-file (expand-file-name ".howm-history" howm-home-directory))
(setq howm-file-name-format "%Y/%m/%Y%m%d%H%M%S.org") (setq howm-file-name-format "%Y/%m/%Y%m%d%H%M%S.org")