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

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

[elpa] externals/ef-themes dc15606d7a 4/4: Untabify and re-indent


From: ELPA Syncer
Subject: [elpa] externals/ef-themes dc15606d7a 4/4: Untabify and re-indent
Date: Fri, 2 Sep 2022 20:57:36 -0400 (EDT)

branch: externals/ef-themes
commit dc15606d7a0cae547b0e29df60efd09ca9a6e94e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Untabify and re-indent
---
 ef-themes.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index ad96a01b88..1eeebb8ed5 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -402,10 +402,10 @@ prompts with completion for either `light' or `dark'."
    (list
     (when current-prefix-arg
       (intern (cadr (read-multiple-choice
-                    "Variant"
-                    '((?d "dark" "Load a random dark theme")
-                      (?l "light" "Load a random light theme"))
-                    "Limit the variation themes to select."))))))
+                     "Variant"
+                     '((?d "dark" "Load a random dark theme")
+                       (?l "light" "Load a random light theme"))
+                     "Limit the variation themes to select."))))))
   (let* ((themes (ef-themes--minus-current variant))
          (n (random (length themes)))
          (pick (nth n themes)))



reply via email to

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