]> git.earman.xyz Git - emacsinit.git/commitdiff
Tweak settings to make HOWM faster
authorrearman <rearman@r717.net>
Tue, 12 Aug 2025 19:34:31 +0000 (15:34 -0400)
committerrearman <rearman@r717.net>
Tue, 12 Aug 2025 19:34:31 +0000 (15:34 -0400)
re/re-packages.el

index 9275fe8679ca17ec7084f61ac4b1833e98a98501..8d8c73a112d55f8dd94d30667af8f3b406aaf01a 100644 (file)
        howm-keyword-file (expand-file-name ".howm-keys" howm-home-directory)
        howm-history-file (expand-file-name ".howm-history"
                                            howm-home-directory)
+       howm-menu-file "0000-00-00-000000.txt" ; tell it where the file is, don't search for it
        howm-keyword-case-fold-search t
        howm-remember-insertion-format "%s"
-       howm-menu-expiry-hours 1)
+       howm-menu-expiry-hours 1
+       howm-menu-refresh-after-save nil
+       howm-view-use-grep 'auto)
   (add-hook 'after-save-hook 'howm-mode-set-buffer-name)
   (add-hook 'howm-mode-hook 'howm-mode-set-buffer-name))