emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme c05fbab 22/54: Do not `autoload' d


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c05fbab 22/54: Do not `autoload' defcustom
Date: Thu, 4 Jun 2020 08:20:13 -0400 (EDT)

branch: externals/modus-operandi-theme
commit c05fbabbff88a66ca6226abcc474309b2dff90cc
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Do not `autoload' defcustom
---
 modus-operandi-theme.el | 1 -
 modus-vivendi-theme.el  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 696ba0e..fdfae37 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -726,7 +726,6 @@ AMOUNT is a customisation option."
     "The entire palette of `modus-operandi-theme'.
 Each element has the form (NAME . HEX).")
 
-;;;###autoload
   (defcustom modus-operandi-theme-override-colors-alist '()
     "Place to override default theme colors.
 You can override a subset of the theme's default colors by
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7c9557e..ab661cb 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -726,7 +726,6 @@ AMOUNT is a customisation option."
     "The entire palette of `modus-vivendi-theme'.
 Each element has the form (NAME . HEX).")
 
-;;;###autoload
   (defcustom modus-vivendi-theme-override-colors-alist '()
     "Place to override default theme colors.
 You can override a subset of the theme's default colors by



reply via email to

[Prev in Thread] Current Thread [Next in Thread]