mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix: doom-compat: end-of-file error
Fix: #8233
Fix: #8232
Amend: d6037a24d4
This commit is contained in:
parent
eaf26b83ad
commit
a830b0e41a
1 changed files with 1 additions and 1 deletions
|
|
@ -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+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue