diff options
Diffstat (limited to 'lisp/+modeline.el')
-rw-r--r-- | lisp/+modeline.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/+modeline.el b/lisp/+modeline.el index 300787a..9ebeb83 100644 --- a/lisp/+modeline.el +++ b/lisp/+modeline.el | |||
@@ -224,9 +224,9 @@ The order of elements matters: whichever one matches first is applied." | |||
224 | (:propertize (line-number-mode | 224 | (:propertize (line-number-mode |
225 | ((column-number-mode | 225 | ((column-number-mode |
226 | (column-number-indicator-zero-based | 226 | (column-number-indicator-zero-based |
227 | ,(concat before "%3l" sep "%2c" after) | 227 | ,(concat before "%2l" sep "%2c" after) |
228 | ,(concat before "%3l" sep "%2C" after)) | 228 | ,(concat before "%2l" sep "%2C" after)) |
229 | ,(concat before "%3l" sep "" after))) | 229 | ,(concat before "%2l" sep "" after))) |
230 | ((column-number-mode | 230 | ((column-number-mode |
231 | (column-number-indicator-zero-based | 231 | (column-number-indicator-zero-based |
232 | ,(concat before sep "%2c" after) | 232 | ,(concat before sep "%2c" after) |