Update to assume org path for notes
This commit is contained in:
parent
f8a788fab3
commit
3e9066f3dc
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user