From b21d575eacec25b5331cc519bde390efb2ce39af Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 14 Jun 2018 00:48:26 +0200 Subject: [PATCH] Init custom hooks on init-ui instead of post-init Makes more sense to be on doom-init-ui-hook. --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 653eeb4ea..0b1acb401 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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)