summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
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)