Remove defer on which-key.

This commit is contained in:
kj 2022-04-07 00:17:30 -04:00
parent a964fb5f4a
commit f3118200ff
1 changed files with 0 additions and 1 deletions

View File

@ -518,7 +518,6 @@
;; Cuando iniicias un atajo de teclas te muestra las posibilidades
(use-package which-key
:defer t
:config
(which-key-mode))