diff --git a/lisp/doom-start.el b/lisp/doom-start.el index 81ab5d141..7f6248ef0 100644 --- a/lisp/doom-start.el +++ b/lisp/doom-start.el @@ -158,7 +158,7 @@ "Run MODE-local-vars-hook after local variables are initialized." (unless (or doom-inhibit-local-var-hooks delay-mode-hooks) (setq-local doom-inhibit-local-var-hooks t) - (doom-run-hooks (intern (format "%s-local-vars-hook" major-mode))))) + (doom-run-hooks (intern-soft (format "%s-local-vars-hook" major-mode))))) ;; If the user has disabled `enable-local-variables', then ;; `hack-local-variables-hook' is never triggered, so we trigger it at the end