Update to include HOWM optimizations

This commit is contained in:
William Moore 2024-12-27 04:17:06 -06:00
parent 3e9066f3dc
commit 4951002e2d

View File

@ -21,6 +21,12 @@
(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")
;; Search optimisation
(setq howm-view-use-grep t) ;; use external grep
(setq howm-menu-refresh-after-save nil)
(setq howm-menu-expiry-hours 2) ;; cache menu N hours
(setq howm-menu-file "00000000000000.txt") ;; don't *search*
(message "HOWM loaded"))
(message "W.H.O.M.P. Note Taking packages loaded")