summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1ec6cf0..8dcf636 100644
--- a/init.el
+++ b/init.el
@@ -456,6 +456,16 @@
(jao-themes-setup)
;;; Help system
+;;;; which-key
+(use-package which-key
+ :custom
+ (which-key-add-column-padding 2)
+ (which-key-lighter "")
+ (which-key-idle-delay 10000)
+ (which-key-idle-secondary-delay 0.05)
+ (which-key-show-early-on-C-h t)
+ :hook (after-init . which-key-mode))
+
;;;; help buffers
(setq help-window-select t
help-window-keep-selected nil