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

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

[elpa] externals/ef-themes 48b80e783e: Tweak spacing in concat strings f


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 48b80e783e: Tweak spacing in concat strings for readability
Date: Tue, 6 Sep 2022 14:57:39 -0400 (EDT)

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

    Tweak spacing in concat strings for readability
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 766e45cc66..3ffcfa60b4 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -383,8 +383,8 @@ among our collection (this is practically the same as the
         (ef-themes--load-theme one))
     (ef-themes--load-theme
      (ef-themes--select-prompt
-      (concat "Set two `ef-themes-to-toggle';"
-              " switching to theme selection for now: ")))))
+      (concat "Set two `ef-themes-to-toggle'; "
+              "switching to theme selection for now: ")))))
 
 (defun ef-themes--minus-current (&optional variant)
   "Return list of Ef themes minus the current one.



reply via email to

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