forked from colonelpanic/dotfiles
bump which-key idle delay
This commit is contained in:
parent
2514059391
commit
4f73d088cf
@ -557,7 +557,7 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(use-package which-key
|
(use-package which-key
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq which-key-idle-delay .15)
|
(setq which-key-idle-delay .50)
|
||||||
(diminish 'which-key-mode)
|
(diminish 'which-key-mode)
|
||||||
(which-key-mode)))
|
(which-key-mode)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user