fix: doom-compat: end-of-file error

Fix: #8233
Fix: #8232
Amend: d6037a24d4
This commit is contained in:
Henrik Lissner
2025-01-08 20:03:07 -05:00
parent eaf26b83ad
commit a830b0e41a

View File

@ -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+