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

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

[elpa] externals/rich-minority f8541d9 04/20: Add some padding between m


From: Stefan Monnier
Subject: [elpa] externals/rich-minority f8541d9 04/20: Add some padding between mode-string and mode-name
Date: Mon, 15 Mar 2021 22:22:03 -0400 (EDT)

branch: externals/rich-minority
commit f8541d9ed4791cc23c7163e1690e51ec08f3caf9
Author: Artur Malabarba <bruce.connor.am@gmail.com>
Commit: Artur Malabarba <bruce.connor.am@gmail.com>

    Add some padding between mode-string and mode-name
---
 rich-minority.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rich-minority.el b/rich-minority.el
index 6d690be..43c5eff 100644
--- a/rich-minority.el
+++ b/rich-minority.el
@@ -194,7 +194,7 @@ if the mode line string is empty."
     (setq rm--help-echo
           (format "Full list:\n%s\n\n%s"
                   (mapconcat (lambda (pair)
-                               (format "   %s (%S)" (car pair) (cdr pair)))
+                               (format "   %-15s (%S)" (car pair) (cdr pair)))
                              full-list "\n")
                   rm--help-echo-bottom))
     (mapcar #'rm--propertize



reply via email to

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