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 | |
| 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.
36 files changed, 36 insertions, 0 deletions
diff --git a/ef-arbutus-theme.el b/ef-arbutus-theme.el index 4653cdc..1e8bade 100644 --- a/ef-arbutus-theme.el +++ b/ef-arbutus-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-arbutus-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-arbutus 'ef-themes diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el index 3c3b222..701e690 100644 --- a/ef-autumn-theme.el +++ b/ef-autumn-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-autumn-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-autumn 'ef-themes diff --git a/ef-bio-theme.el b/ef-bio-theme.el index db4f8be..1cf6895 100644 --- a/ef-bio-theme.el +++ b/ef-bio-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-bio-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-bio 'ef-themes diff --git a/ef-cherie-theme.el b/ef-cherie-theme.el index 04ffd2c..de184c0 100644 --- a/ef-cherie-theme.el +++ b/ef-cherie-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-cherie-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-cherie 'ef-themes diff --git a/ef-cyprus-theme.el b/ef-cyprus-theme.el index 257091a..2b5996d 100644 --- a/ef-cyprus-theme.el +++ b/ef-cyprus-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-cyprus-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-cyprus 'ef-themes diff --git a/ef-dark-theme.el b/ef-dark-theme.el index b047867..2e8bf86 100644 --- a/ef-dark-theme.el +++ b/ef-dark-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-dark-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-dark 'ef-themes diff --git a/ef-day-theme.el b/ef-day-theme.el index ea2c3fa..1971276 100644 --- a/ef-day-theme.el +++ b/ef-day-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-day-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-day 'ef-themes diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el index 6ca990c..8e53580 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -226,6 +226,7 @@ further details)." nil (append ef-deuteranopia-dark-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-deuteranopia-dark 'ef-themes diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el index 61e94dd..c4ef661 100644 --- a/ef-deuteranopia-light-theme.el +++ b/ef-deuteranopia-light-theme.el @@ -226,6 +226,7 @@ further details)." nil (append ef-deuteranopia-light-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-deuteranopia-light 'ef-themes diff --git a/ef-dream-theme.el b/ef-dream-theme.el index 8da32c7..c93362f 100644 --- a/ef-dream-theme.el +++ b/ef-dream-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-dream-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-dream 'ef-themes diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el index bee4ca9..c4f2747 100644 --- a/ef-duo-dark-theme.el +++ b/ef-duo-dark-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-duo-dark-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-duo-dark 'ef-themes diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el index 7656c2a..47f9bb5 100644 --- a/ef-duo-light-theme.el +++ b/ef-duo-light-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-duo-light-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-duo-light 'ef-themes diff --git a/ef-eagle-theme.el b/ef-eagle-theme.el index 6b7f57d..1d72361 100644 --- a/ef-eagle-theme.el +++ b/ef-eagle-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-eagle-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-eagle 'ef-themes diff --git a/ef-elea-dark-theme.el b/ef-elea-dark-theme.el index 2043cfa..3ec658f 100644 --- a/ef-elea-dark-theme.el +++ b/ef-elea-dark-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-elea-dark-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-elea-dark 'ef-themes diff --git a/ef-elea-light-theme.el b/ef-elea-light-theme.el index e046886..14533fe 100644 --- a/ef-elea-light-theme.el +++ b/ef-elea-light-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-elea-light-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-elea-light 'ef-themes diff --git a/ef-fig-theme.el b/ef-fig-theme.el index b0ede2d..dc7c2e7 100644 --- a/ef-fig-theme.el +++ b/ef-fig-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-fig-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-fig 'ef-themes diff --git a/ef-frost-theme.el b/ef-frost-theme.el index bae93d4..d8ac180 100644 --- a/ef-frost-theme.el +++ b/ef-frost-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-frost-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-frost 'ef-themes diff --git a/ef-kassio-theme.el b/ef-kassio-theme.el index 9347dd2..d58314e 100644 --- a/ef-kassio-theme.el +++ b/ef-kassio-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-kassio-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-kassio 'ef-themes diff --git a/ef-light-theme.el b/ef-light-theme.el index 02ba790..8eff610 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-light-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-light 'ef-themes diff --git a/ef-maris-dark-theme.el b/ef-maris-dark-theme.el index fe7d0f5..2907cce 100644 --- a/ef-maris-dark-theme.el +++ b/ef-maris-dark-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-maris-dark-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-maris-dark 'ef-themes diff --git a/ef-maris-light-theme.el b/ef-maris-light-theme.el index 3c634db..b034de2 100644 --- a/ef-maris-light-theme.el +++ b/ef-maris-light-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-maris-light-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-maris-light 'ef-themes diff --git a/ef-melissa-dark-theme.el b/ef-melissa-dark-theme.el index c5f7da4..be97cb4 100644 --- a/ef-melissa-dark-theme.el +++ b/ef-melissa-dark-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-melissa-dark-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-melissa-dark 'ef-themes diff --git a/ef-melissa-light-theme.el b/ef-melissa-light-theme.el index 6434d74..f3bb385 100644 --- a/ef-melissa-light-theme.el +++ b/ef-melissa-light-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-melissa-light-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-melissa-light 'ef-themes diff --git a/ef-night-theme.el b/ef-night-theme.el index 2760282..fab1653 100644 --- a/ef-night-theme.el +++ b/ef-night-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-night-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-night 'ef-themes diff --git a/ef-orange-theme.el b/ef-orange-theme.el index 5dbd2fe..6b34a9b 100644 --- a/ef-orange-theme.el +++ b/ef-orange-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-orange-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-orange 'ef-themes diff --git a/ef-owl-theme.el b/ef-owl-theme.el index 49e5552..8b19644 100644 --- a/ef-owl-theme.el +++ b/ef-owl-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-owl-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-owl 'ef-themes diff --git a/ef-reverie-theme.el b/ef-reverie-theme.el index f832799..f0cf368 100644 --- a/ef-reverie-theme.el +++ b/ef-reverie-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-reverie-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-reverie 'ef-themes diff --git a/ef-rosa-theme.el b/ef-rosa-theme.el index 3a8d354..08ae424 100644 --- a/ef-rosa-theme.el +++ b/ef-rosa-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-rosa-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-rosa 'ef-themes diff --git a/ef-spring-theme.el b/ef-spring-theme.el index 90dd745..fcf24fe 100644 --- a/ef-spring-theme.el +++ b/ef-spring-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-spring-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-spring 'ef-themes diff --git a/ef-summer-theme.el b/ef-summer-theme.el index 2b41a15..f58a971 100644 --- a/ef-summer-theme.el +++ b/ef-summer-theme.el @@ -222,6 +222,7 @@ further details)." nil (append ef-summer-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-summer 'ef-themes diff --git a/ef-symbiosis-theme.el b/ef-symbiosis-theme.el index b116e12..c56e27e 100644 --- a/ef-symbiosis-theme.el +++ b/ef-symbiosis-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-symbiosis-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-symbiosis 'ef-themes 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 diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el index d75feca..d540829 100644 --- a/ef-trio-light-theme.el +++ b/ef-trio-light-theme.el @@ -223,6 +223,7 @@ further details)." nil (append ef-trio-light-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-trio-light 'ef-themes diff --git a/ef-tritanopia-dark-theme.el b/ef-tritanopia-dark-theme.el index 5005630..3fbb44c 100644 --- a/ef-tritanopia-dark-theme.el +++ b/ef-tritanopia-dark-theme.el @@ -226,6 +226,7 @@ further details)." nil (append ef-tritanopia-dark-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-tritanopia-dark 'ef-themes diff --git a/ef-tritanopia-light-theme.el b/ef-tritanopia-light-theme.el index 1f3b611..07f387b 100644 --- a/ef-tritanopia-light-theme.el +++ b/ef-tritanopia-light-theme.el @@ -226,6 +226,7 @@ further details)." nil (append ef-tritanopia-light-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-tritanopia-light 'ef-themes diff --git a/ef-winter-theme.el b/ef-winter-theme.el index 637408a..6ee7267 100644 --- a/ef-winter-theme.el +++ b/ef-winter-theme.el @@ -222,6 +222,7 @@ further details)." nil (append ef-winter-palette-mappings-partial ef-themes-palette-common))) +;;;###theme-autoload (modus-themes-theme 'ef-winter 'ef-themes |
