From 6e5834e16c7e1f3a18b0f8405314030bc6d172fd Mon Sep 17 00:00:00 2001 From: noa Date: Mon, 11 Nov 2024 11:59:22 +0800 Subject: Install which-key --- emacs/init.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index dced0e3..04119dd 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -106,6 +106,7 @@ proced-mode-hook rmail-summary-mode-hook ebib-index-mode-hook + which-key-init-buffer-hook ebib-entry-mode-hook))) (use-package transient @@ -813,3 +814,10 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." ;; (profiler-stop) + +(use-package which-key + :ensure t + :custom + (which-key-mode t)) + + -- cgit 1.4.1-2-gfad0