mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix: doom-compat: end-of-file error
Fix: #8233
Fix: #8232
Amend: d6037a24d4
This commit is contained in:
@ -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+
|
||||
|
Reference in New Issue
Block a user