From a3a937ee42ca6862b4605aa4e607e0f3394b727c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 1 Apr 2021 16:37:09 -0500 Subject: Add `which-key' --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 9093916..400dfca 100644 --- a/init.el +++ b/init.el @@ -571,6 +571,13 @@ call `zzz-to-char'." (:option outline-minor-mode-prefix "") (:hook-into emacs-lisp-mode)) +;;;;; Which-key +(setup (:straight which-key) + (:option which-key-show-early-on-C-h t + which-key-idle-delay 10000 + which-key-idle-secondary-delay 0.05) + (which-key-setup-side-window-bottom) + (which-key-mode +1)) ;;;;; Helpful (setup (:straight helpful) -- cgit 1.4.1-21-gabe81