From 4951002e2d72de50b6a2ab822864ed29baeac9db Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 27 Dec 2024 04:17:06 -0600 Subject: [PATCH] Update to include HOWM optimizations --- whomp/whomp-notes.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/whomp/whomp-notes.el b/whomp/whomp-notes.el index 4cd3d8a..a98c806 100644 --- a/whomp/whomp-notes.el +++ b/whomp/whomp-notes.el @@ -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")