which-key: increase delay

This commit is contained in:
MitchMarq42 2022-11-27 14:47:53 -09:00
parent fc106093e7
commit e27802dd81

View File

@ -624,6 +624,7 @@ Return nil if DIR is not in a hugo project at all."
(use-package which-key
:diminish
:defer 5
:custom (which-key-idle-delay 2.5)
:init (which-key-mode t))
;; parentheses are boring