From 18a9c919f663631bf4de6beaf099c68d78f89a68 Mon Sep 17 00:00:00 2001 From: William Moore Date: Tue, 31 Dec 2024 14:54:20 -0600 Subject: [PATCH] Update to include keybindings --- whomp/whomp-notes.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/whomp/whomp-notes.el b/whomp/whomp-notes.el index 27c3601..c77f136 100644 --- a/whomp/whomp-notes.el +++ b/whomp/whomp-notes.el @@ -26,7 +26,8 @@ (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* - + (whomp/add-key-binding "h g" 'howm-list-grep "Search notes.") + (message "HOWM loaded"))) (message "W.H.O.M.P. Note Taking packages loaded")