diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+modeline.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
207 | (when (and region-indicator-mode | 207 | (when (and region-indicator-mode |
208 | (region-active-p)) | 208 | (region-active-p)) |
209 | (list | 209 | (list |
210 | (format "%s%6s" | 210 | (format "%s%s" |
211 | (or spacer +modeline-default-spacer) | 211 | (or spacer +modeline-default-spacer) |
212 | (propertize (format "%s%d" | 212 | (propertize (format "%s%d" |
213 | (if (and (< (point) (mark))) "-" "+") | 213 | (if (and (< (point) (mark))) "-" "+") |