Update to include HOWM optimizations
This commit is contained in:
parent
3e9066f3dc
commit
4951002e2d
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user