Fix custom-set-theme-faces! applying only to 'user
This commit is contained in:
parent
aa19eeed0f
commit
fcbd91fc0d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ all themes. It will apply to all themes once they are loaded."
|
|||
(dolist (theme (doom-enlist (or ,theme 'user)))
|
||||
(when (or (eq theme 'user)
|
||||
(custom-theme-enabled-p theme))
|
||||
(apply #'custom-theme-set-faces 'user
|
||||
(apply #'custom-theme-set-faces theme
|
||||
(mapcan #'doom--custom-theme-set-face
|
||||
(list ,@specs)))))))
|
||||
(when (or doom-init-theme-p (null doom-theme))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue