branch: externals/ef-themes
commit 9f68c1be9d35958a0679d5855ac6ec10b2c46e1b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    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.
---
 ef-arbutus-theme.el            | 1 +
 ef-autumn-theme.el             | 1 +
 ef-bio-theme.el                | 1 +
 ef-cherie-theme.el             | 1 +
 ef-cyprus-theme.el             | 1 +
 ef-dark-theme.el               | 1 +
 ef-day-theme.el                | 1 +
 ef-deuteranopia-dark-theme.el  | 1 +
 ef-deuteranopia-light-theme.el | 1 +
 ef-dream-theme.el              | 1 +
 ef-duo-dark-theme.el           | 1 +
 ef-duo-light-theme.el          | 1 +
 ef-eagle-theme.el              | 1 +
 ef-elea-dark-theme.el          | 1 +
 ef-elea-light-theme.el         | 1 +
 ef-fig-theme.el                | 1 +
 ef-frost-theme.el              | 1 +
 ef-kassio-theme.el             | 1 +
 ef-light-theme.el              | 1 +
 ef-maris-dark-theme.el         | 1 +
 ef-maris-light-theme.el        | 1 +
 ef-melissa-dark-theme.el       | 1 +
 ef-melissa-light-theme.el      | 1 +
 ef-night-theme.el              | 1 +
 ef-orange-theme.el             | 1 +
 ef-owl-theme.el                | 1 +
 ef-reverie-theme.el            | 1 +
 ef-rosa-theme.el               | 1 +
 ef-spring-theme.el             | 1 +
 ef-summer-theme.el             | 1 +
 ef-symbiosis-theme.el          | 1 +
 ef-trio-dark-theme.el          | 1 +
 ef-trio-light-theme.el         | 1 +
 ef-tritanopia-dark-theme.el    | 1 +
 ef-tritanopia-light-theme.el   | 1 +
 ef-winter-theme.el             | 1 +
 36 files changed, 36 insertions(+)

diff --git a/ef-arbutus-theme.el b/ef-arbutus-theme.el
index 4653cdc21a..1e8bade672 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 3c3b222716..701e690e63 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 db4f8bef4c..1cf68956de 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 04ffd2c52f..de184c05ac 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 257091a662..2b5996dcd0 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 b047867f4c..2e8bf86a65 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 ea2c3fa2ef..1971276a43 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 6ca990cea0..8e53580d44 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 61e94dd1a0..c4ef661e7e 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 8da32c7aac..c93362fdd1 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 bee4ca919f..c4f27473f8 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 7656c2a5a3..47f9bb5017 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 6b7f57d752..1d7236152b 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 2043cfae32..3ec658f4ad 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 e046886eb7..14533fe1ac 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 b0ede2d99f..dc7c2e7662 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 bae93d410e..d8ac1802a9 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 9347dd2826..d58314e175 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 02ba790cd7..8eff61077c 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 fe7d0f533b..2907cce1c3 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 3c634dbbaa..b034de2d93 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 c5f7da40dc..be97cb4cfb 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 6434d74b4f..f3bb385e67 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 27602825fa..fab1653e19 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 5dbd2fe81b..6b34a9b621 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 49e5552b54..8b1964425a 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 f832799b77..f0cf3689df 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 3a8d354609..08ae4247a9 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 90dd745d77..fcf24fec22 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 2b41a1525d..f58a97100b 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 b116e12f91..c56e27e9f0 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 93e42136e4..567c865401 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 d75feca7c7..d540829555 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 5005630a76..3fbb44c873 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 1f3b6110c7..07f387bdec 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 637408a107..6ee726711a 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

Reply via email to