about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/.emacs5
1 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs
index f20f08a..d4e377a 100644
--- a/dotfiles/.emacs
+++ b/dotfiles/.emacs
@@ -18,7 +18,10 @@
 ;; bootstrap straight end
 
 (use-package which-key
-  :ensure t)
+  :ensure t
+  :init
+  (which-key-setup-minibuffer)
+  (which-key-mode))
 
 (use-package evil
   :ensure t