mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
custom-theme-set-faces! depends on doom-theme's previous-theme property being non-nil to determine if the theme has been set (and if so, apply its changes immediately), but at startup custom-enabled-themes is empty, so it was never non-nil. Fixes #5009 Fixes #5000