diff --git a/core/autoload/themes.el b/core/autoload/themes.el index d25af0557..13ec82643 100644 --- a/core/autoload/themes.el +++ b/core/autoload/themes.el @@ -29,7 +29,7 @@ all themes. It will apply to all themes once they are loaded." (defun ,fn () (let (custom--inhibit-theme-enable) (dolist (theme (doom-enlist (or ,theme 'doom))) - (when (or (eq theme 'user) + (when (or (memq theme '(user doom)) (custom-theme-enabled-p theme)) (apply #'custom-theme-set-faces theme (mapcan #'doom--custom-theme-set-face