diff --git a/init.el b/init.el index cc99425..76faefd 100644 --- a/init.el +++ b/init.el @@ -581,7 +581,10 @@ (use-package which-key :ensure t - :defer t + :init + (setq which-key-show-early-on-C-h t) + (setq which-key-idle-delay 10000) + (setq which-key-idle-secondary-delay 0.05) :config (which-key-mode))