branch: externals/rich-minority
commit f8541d9ed4791cc23c7163e1690e51ec08f3caf9
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>

    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