branch: externals/modus-themes
commit 52f8e110bbf9747041f79a45206e5db0e48f1191
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make small stylistic refinements
---
modus-themes.el | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index e01fa959e6..3ca7a78bc8 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -804,8 +804,6 @@ represents."
(overline-heading-7 unspecified)
(overline-heading-8 unspecified)))
-
-
(defconst modus-themes-operandi-palette
(append
'(
@@ -7322,10 +7320,10 @@ are symbols of variables which define palettes
commensurate with
`(modus-themes-register ',name)))
(let* ((c '((class color) (min-colors 256)))
(,sym (modus-themes--get-theme-palette-subr ',name
:with-overrides :with-user-palette))
- ,@(mapcar (lambda (color)
- (list color
- `(modus-themes--retrieve-palette-value ',color
,sym)))
- colors))
+ ,@(mapcar
+ (lambda (color)
+ (list color `(modus-themes--retrieve-palette-value ',color
,sym)))
+ colors))
(ignore c ,@colors) ; Silence unused variable warnings
(custom-theme-set-faces ',name ,@modus-themes-faces)
(custom-theme-set-variables
@@ -7354,7 +7352,7 @@ are symbols of variables which define palettes
commensurate with
(list color
`(modus-themes--retrieve-palette-value ',color
,sym)))
colors))
- (ignore c ,@colors) ; Silence unused variable warnings
+ (ignore c ,@colors) ; Silence unused variable warnings
,@body)))
;;;; Declare all the Modus themes