Reduce which-key-idle-delay

This commit is contained in:
Ivan Malison 2015-08-16 23:22:41 -07:00
parent 5b0590a4a6
commit 310fe50030

View File

@ -526,6 +526,7 @@ The current directory is assumed to be the project's root otherwise."
:ensure t :ensure t
:config :config
(progn (progn
(setq which-key-idle-delay .15)
(diminish 'which-key-mode) (diminish 'which-key-mode)
(which-key-mode))) (which-key-mode)))