diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-19 08:47:38 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2026-02-19 08:47:38 +0200 |
| commit | 9f68c1be9d35958a0679d5855ac6ec10b2c46e1b (patch) | |
| tree | 15c5071dd384cdff646118902ba8db25932c7293 /ef-trio-dark-theme.el | |
| parent | 2c1e997ea13e006a82d6c9c98f795ee0b9a9414e (diff) | |
Add back theme-autoload cookies to all theme files
I tried to do this with a recent commit but that broke things because
I also included a deftheme declaration. Having that meant that
modus-themes-theme would not declare the theme with all its data,
including its palette.
I looked at loaddefs-generate--emacs-batch and it seems that having
just the theme-autoload line is enough.
Diffstat (limited to 'ef-trio-dark-theme.el')
| -rw-r--r-- | ef-trio-dark-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el index 93e4213..567c865 100644 --- a/ef-trio-dark-theme.el +++ b/ef-trio-dark-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-trio-dark-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-trio-dark 'ef-themes |
