Make which-keys pop up faster

This commit is contained in:
Gergely Polonkai 2023-08-30 18:41:22 +02:00
parent 48b5f4ae5c
commit 123af3361e
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 3 additions and 1 deletions

View File

@ -2770,7 +2770,9 @@ I dont always use the package menu, but when i do, i want to do it in style
(use-package which-key
:config
(which-key-mode)
(which-key-setup-minibuffer))
(which-key-setup-minibuffer)
:custom
(which-key-idle-delay 0.3))
#+end_src
** Doom themes