diff --git a/lisp/doom-compat.el b/lisp/doom-compat.el index b8cdccd6e..42dfc1bc5 100644 --- a/lisp/doom-compat.el +++ b/lisp/doom-compat.el @@ -147,7 +147,7 @@ The functions in the hook are called with one parameter -- the (define-advice disable-theme (:around (fn theme) trigger-hooks) (when (custom-theme-enabled-p theme) (funcall fn theme) - (run-hook-with-args 'enable-theme-functions theme))) + (run-hook-with-args 'enable-theme-functions theme)))) ;;; From Emacs 30+