From e559dd78806eade4aa034c256060a9cd26a7a70f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 28 Jan 2022 17:25:07 -0600 Subject: Don't pad region --- lisp/+modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/+modeline.el') diff --git a/lisp/+modeline.el b/lisp/+modeline.el index 4217d13..300787a 100644 --- a/lisp/+modeline.el +++ b/lisp/+modeline.el @@ -207,7 +207,7 @@ The order of elements matters: whichever one matches first is applied." (when (and region-indicator-mode (region-active-p)) (list - (format "%s%6s" + (format "%s%s" (or spacer +modeline-default-spacer) (propertize (format "%s%d" (if (and (< (point) (mark))) "-" "+") -- cgit 1.4.1-21-gabe81