bump which-key idle delay

This commit is contained in:
Ivan Malison 2015-08-31 12:04:10 -07:00
parent 2514059391
commit 4f73d088cf

View File

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