Use correct init hook (doom-post-init-hook)
This commit is contained in:
parent
8da3f56795
commit
da5c7d27cf
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
|||
;; embolden local bindings
|
||||
(set-face-attribute 'which-key-local-map-description-face nil :weight 'bold)
|
||||
(which-key-setup-side-window-bottom)
|
||||
(add-hook 'doom-init-hook #'which-key-mode))
|
||||
(add-hook 'doom-post-init-hook #'which-key-mode))
|
||||
|
||||
|
||||
(def-package! hydra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue