Fix custom-set-faces\! & custom-theme-set-faces\!
This commit is contained in:
parent
5a9171ed5c
commit
1c549f21d6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ all themes. It will apply to all themes once they are loaded."
|
||||||
(defun ,fn ()
|
(defun ,fn ()
|
||||||
(let (custom--inhibit-theme-enable)
|
(let (custom--inhibit-theme-enable)
|
||||||
(dolist (theme (doom-enlist (or ,theme 'doom)))
|
(dolist (theme (doom-enlist (or ,theme 'doom)))
|
||||||
(when (or (eq theme 'user)
|
(when (or (memq theme '(user doom))
|
||||||
(custom-theme-enabled-p theme))
|
(custom-theme-enabled-p theme))
|
||||||
(apply #'custom-theme-set-faces theme
|
(apply #'custom-theme-set-faces theme
|
||||||
(mapcan #'doom--custom-theme-set-face
|
(mapcan #'doom--custom-theme-set-face
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue