1
0

demand which key, delay popup for manual invocation

This commit is contained in:
zdm 2021-02-08 01:13:17 -07:00
parent 39ba6609f6
commit 76dc8624f9

View File

@ -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))