diff --git a/lisp/doom.el b/lisp/doom.el index 8a76dcf50..aef57a940 100644 --- a/lisp/doom.el +++ b/lisp/doom.el @@ -813,7 +813,7 @@ appropriately against `noninteractive' or the `cli' context." ;; These fire `MAJOR-MODE-local-vars-hook' hooks, which is a Doomism. ;; See the `MODE-local-vars-hook' section above. - (add-hook 'after-change-major-mode-hook #'doom-run-local-var-hooks-h 100) + (add-hook 'after-change-major-mode-hook #'doom-run-local-var-hooks-maybe-h 100) (add-hook 'hack-local-variables-hook #'doom-run-local-var-hooks-h) ;; This is the absolute latest a hook can run in Emacs' startup