diff options
author | Case Duckworth | 2021-04-01 16:37:09 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-01 16:37:09 -0500 |
commit | a3a937ee42ca6862b4605aa4e607e0f3394b727c (patch) | |
tree | 92be69654d8c13823a485cfa659b5c2c2965c25f | |
parent | Don't compress undo-fu-session files at work (diff) | |
download | emacs-a3a937ee42ca6862b4605aa4e607e0f3394b727c.tar.gz emacs-a3a937ee42ca6862b4605aa4e607e0f3394b727c.zip |
Add `which-key'
-rw-r--r-- | init.el | 7 |
1 files changed, 7 insertions, 0 deletions
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'." | |||
571 | (:option outline-minor-mode-prefix "") | 571 | (:option outline-minor-mode-prefix "") |
572 | (:hook-into emacs-lisp-mode)) | 572 | (:hook-into emacs-lisp-mode)) |
573 | 573 | ||
574 | ;;;;; Which-key | ||
575 | (setup (:straight which-key) | ||
576 | (:option which-key-show-early-on-C-h t | ||
577 | which-key-idle-delay 10000 | ||
578 | which-key-idle-secondary-delay 0.05) | ||
579 | (which-key-setup-side-window-bottom) | ||
580 | (which-key-mode +1)) | ||
574 | 581 | ||
575 | ;;;;; Helpful | 582 | ;;;;; Helpful |
576 | (setup (:straight helpful) | 583 | (setup (:straight helpful) |