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

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

[elpa] externals/modus-operandi-theme c9feb7a 021/112: Remove redundant


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c9feb7a 021/112: Remove redundant ":group 'modus-theme"
Date: Mon, 30 Mar 2020 15:59:30 -0400 (EDT)

branch: externals/modus-operandi-theme
commit c9feb7a0dbbd1cdbdcb21be6ab272d194787f10d
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Remove redundant ":group 'modus-theme"
---
 modus-operandi-theme.el | 24 ++++++++----------------
 modus-vivendi-theme.el  | 24 ++++++++----------------
 2 files changed, 16 insertions(+), 32 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b4a1981..673b4ec 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -278,43 +278,35 @@ between foreground and background is >= 7:1)."
 ;; default (users must opt in).
 (defcustom modus-operandi-theme-slanted-constructs nil
   "Use slanted text in more code constructs (italics or oblique)."
-  :type 'boolean
-  :group 'modus-theme)
+  :type 'boolean)
 
 (defcustom modus-operandi-theme-bold-constructs nil
   "Use bold text in more code constructs."
-  :type 'boolean
-  :group 'modus-theme)
+  :type 'boolean)
 
 (defcustom modus-operandi-theme-proportional-fonts nil
   "Use proportional fonts (variable-pitch) in headings."
-  :type 'boolean
-  :group 'modus-theme)
+  :type 'boolean)
 
 (defcustom modus-operandi-theme-scale-headings nil
   "Use font scaling for headings."
-  :type 'boolean
-  :group 'modus-theme)
+  :type 'boolean)
 
 (defcustom modus-operandi-theme-scale-1 1.05
   "Font size that is slightly larger than the base value."
-  :type 'number
-  :group 'modus-theme)
+  :type 'number)
 
 (defcustom modus-operandi-theme-scale-2 1.1
   "Font size that is slightly larger than `modus-theme-scale-1'."
-  :type 'number
-  :group 'modus-theme)
+  :type 'number)
 
 (defcustom modus-operandi-theme-scale-3 1.15
   "Font size that is slightly larger than `modus-theme-scale-2'."
-  :type 'number
-  :group 'modus-theme)
+  :type 'number)
 
 (defcustom modus-operandi-theme-scale-4 1.2
   "Font size that is slightly larger than `modus-theme-scale-3'."
-  :type 'number
-  :group 'modus-theme)
+  :type 'number)
 
 ;; Define colour palette.  Each colour must have a >= 7:1 contrast
 ;; ratio relative to the foreground/background colour it is rendered
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0308481..113427f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -278,43 +278,35 @@ between foreground and background is >= 7:1)."
 ;; default (users must opt in).
 (defcustom modus-vivendi-theme-slanted-constructs nil
   "Use slanted text in more code constructs (italics or oblique)."
-  :type 'boolean
-  :group 'modus-theme)
+  :type 'boolean)
 
 (defcustom modus-vivendi-theme-bold-constructs nil
   "Use bold text in more code constructs."
-  :type 'boolean
-  :group 'modus-theme)
+  :type 'boolean)
 
 (defcustom modus-vivendi-theme-proportional-fonts nil
   "Use proportional fonts (variable-pitch) in headings."
-  :type 'boolean
-  :group 'modus-theme)
+  :type 'boolean)
 
 (defcustom modus-vivendi-theme-scale-headings nil
   "Use font scaling for headings."
-  :type 'boolean
-  :group 'modus-theme)
+  :type 'boolean)
 
 (defcustom modus-vivendi-theme-scale-1 1.05
   "Font size that is slightly larger than the base value."
-  :type 'number
-  :group 'modus-theme)
+  :type 'number)
 
 (defcustom modus-vivendi-theme-scale-2 1.1
   "Font size that is slightly larger than `modus-theme-scale-1'."
-  :type 'number
-  :group 'modus-theme)
+  :type 'number)
 
 (defcustom modus-vivendi-theme-scale-3 1.15
   "Font size that is slightly larger than `modus-theme-scale-2'."
-  :type 'number
-  :group 'modus-theme)
+  :type 'number)
 
 (defcustom modus-vivendi-theme-scale-4 1.2
   "Font size that is slightly larger than `modus-theme-scale-3'."
-  :type 'number
-  :group 'modus-theme)
+  :type 'number)
 
 ;; Define colour palette.  Each colour must have a >= 7:1 contrast
 ;; ratio relative to the foreground/background colour it is rendered



reply via email to

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