mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Use correct init hook (doom-post-init-hook)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user