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

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

[elpa] externals/modus-themes 4a5bf64108 5/5: Make stylistic change to m


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 4a5bf64108 5/5: Make stylistic change to modus-themes-to-rotate :type
Date: Fri, 25 Oct 2024 03:58:54 -0400 (EDT)

branch: externals/modus-themes
commit 4a5bf64108c941fa6cc0daaa8f66658b84f65022
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make stylistic change to modus-themes-to-rotate :type
---
 modus-themes.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 18f08960cd..15978eb30b 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -320,10 +320,9 @@ the same as using the command `modus-themes-select'."
 
 (defcustom modus-themes-to-rotate modus-themes-items
   "List of Modus themes to rotate among, per `modus-themes-rotate'."
-  :type `(repeat (choice :tag "A theme among the `modus-themes-items'"
-                         ,@(mapcar (lambda (theme)
-                                     (list 'const theme))
-                                   modus-themes-items)))
+  :type `(repeat
+          (choice :tag "A theme among the `modus-themes-items'"
+                  ,@(mapcar (lambda (theme) (list 'const theme)) 
modus-themes-items)))
   :package-version '(modus-themes . "4.6.0")
   :version "31.1"
   :group 'modus-themes)



reply via email to

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