branch: externals/modus-themes
commit 789cb7ea32e080621dc2b62d98b0a17471db000b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Revert "Add back theme-autoload cookies to all theme files"
    
    This reverts commit b2e0aff5edcdcb5f79a072dcba3f4c0c26ec1000.
    
    It does not work as intended, as reported by Daniel Colascione in
    issue 202: <https://github.com/protesilaos/modus-themes/issues/202>. I
    will need to make a wider revision here.
---
 modus-operandi-deuteranopia-theme.el | 1 -
 modus-operandi-theme.el              | 1 -
 modus-operandi-tinted-theme.el       | 1 -
 modus-operandi-tritanopia-theme.el   | 1 -
 modus-vivendi-deuteranopia-theme.el  | 1 -
 modus-vivendi-theme.el               | 1 -
 modus-vivendi-tinted-theme.el        | 1 -
 modus-vivendi-tritanopia-theme.el    | 1 -
 8 files changed, 8 deletions(-)

diff --git a/modus-operandi-deuteranopia-theme.el 
b/modus-operandi-deuteranopia-theme.el
index a96a8b6c17..fcfa834dd1 100644
--- a/modus-operandi-deuteranopia-theme.el
+++ b/modus-operandi-deuteranopia-theme.el
@@ -74,7 +74,6 @@ represents."
   :type '(repeat (list symbol (choice symbol string)))
   :link '(info-link "(modus-themes) Palette overrides"))
 
-;;;###theme-autoload
 (modus-themes-theme
  'modus-operandi-deuteranopia
  'modus-themes
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 667e0996d9..afb717876d 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -74,7 +74,6 @@ represents."
   :type '(repeat (list symbol (choice symbol string)))
   :link '(info-link "(modus-themes) Palette overrides"))
 
-;;;###theme-autoload
 (modus-themes-theme
  'modus-operandi
  'modus-themes
diff --git a/modus-operandi-tinted-theme.el b/modus-operandi-tinted-theme.el
index 926b74f8d1..a84795df5a 100644
--- a/modus-operandi-tinted-theme.el
+++ b/modus-operandi-tinted-theme.el
@@ -74,7 +74,6 @@ represents."
   :type '(repeat (list symbol (choice symbol string)))
   :link '(info-link "(modus-themes) Palette overrides"))
 
-;;;###theme-autoload
 (modus-themes-theme
  'modus-operandi-tinted
  'modus-themes
diff --git a/modus-operandi-tritanopia-theme.el 
b/modus-operandi-tritanopia-theme.el
index 67cd81c8e2..095a311e9c 100644
--- a/modus-operandi-tritanopia-theme.el
+++ b/modus-operandi-tritanopia-theme.el
@@ -74,7 +74,6 @@ represents."
   :type '(repeat (list symbol (choice symbol string)))
   :link '(info-link "(modus-themes) Palette overrides"))
 
-;;;###theme-autoload
 (modus-themes-theme
  'modus-operandi-tritanopia
  'modus-themes
diff --git a/modus-vivendi-deuteranopia-theme.el 
b/modus-vivendi-deuteranopia-theme.el
index 5dd5844466..b7f5e0d1fa 100644
--- a/modus-vivendi-deuteranopia-theme.el
+++ b/modus-vivendi-deuteranopia-theme.el
@@ -74,7 +74,6 @@ represents."
   :type '(repeat (list symbol (choice symbol string)))
   :link '(info-link "(modus-themes) Palette overrides"))
 
-;;;###theme-autoload
 (modus-themes-theme
  'modus-vivendi-deuteranopia
  'modus-themes
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 30475769b5..2755d356d3 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -74,7 +74,6 @@ represents."
   :type '(repeat (list symbol (choice symbol string)))
   :link '(info-link "(modus-themes) Palette overrides"))
 
-;;;###theme-autoload
 (modus-themes-theme
  'modus-vivendi
  'modus-themes
diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el
index 43133def94..368b01ad68 100644
--- a/modus-vivendi-tinted-theme.el
+++ b/modus-vivendi-tinted-theme.el
@@ -74,7 +74,6 @@ represents."
   :type '(repeat (list symbol (choice symbol string)))
   :link '(info-link "(modus-themes) Palette overrides"))
 
-;;;###theme-autoload
 (modus-themes-theme
  'modus-vivendi-tinted
  'modus-themes
diff --git a/modus-vivendi-tritanopia-theme.el 
b/modus-vivendi-tritanopia-theme.el
index 2a2dd7f7f9..0c00870472 100644
--- a/modus-vivendi-tritanopia-theme.el
+++ b/modus-vivendi-tritanopia-theme.el
@@ -74,7 +74,6 @@ represents."
   :type '(repeat (list symbol (choice symbol string)))
   :link '(info-link "(modus-themes) Palette overrides"))
 
-;;;###theme-autoload
 (modus-themes-theme
  'modus-vivendi-tritanopia
  'modus-themes

Reply via email to