Init custom hooks on init-ui instead of post-init
Makes more sense to be on doom-init-ui-hook.
This commit is contained in:
parent
ac546220a4
commit
b21d575eac
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ from the default."
|
|||
(if disable
|
||||
(advice-remove (car spec) (cdr spec))
|
||||
(advice-add (car spec) :around (cdr spec)))))
|
||||
(add-hook 'doom-post-init-hook #'doom|init-custom-hooks)
|
||||
(add-hook 'doom-init-ui-hook #'doom|init-custom-hooks)
|
||||
|
||||
(defun doom*load-theme-hooks (theme &rest _)
|
||||
(setq doom-theme theme)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue