Fix which-key init
This commit is contained in:
parent
bd5bfc5f3f
commit
5db4e4f331
@ -11,7 +11,7 @@
|
||||
:prefix-map 'leader-map))
|
||||
|
||||
(use-package which-key
|
||||
:hook (after-init . which-key-mode))
|
||||
:hook (after-init . (lambda () (which-key-mode 1))))
|
||||
|
||||
(leader-def-key "SPC" #'execute-extended-command)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user