Ensure which-key loads at startup

This commit is contained in:
Jeremy Dormitzer 2022-04-07 09:27:45 -04:00
parent c49377a82d
commit c3bc351473

View File

@ -11,8 +11,7 @@
:prefix-map 'leader-map)) :prefix-map 'leader-map))
(use-package which-key (use-package which-key
:config :hook (after-init . which-key-mode))
(which-key-mode))
(leader-def-key "SPC" #'execute-extended-command) (leader-def-key "SPC" #'execute-extended-command)