diff options
-rw-r--r-- | lisp/+modeline.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/+modeline.el b/lisp/+modeline.el index 9ebeb83..a813394 100644 --- a/lisp/+modeline.el +++ b/lisp/+modeline.el | |||
@@ -195,8 +195,7 @@ The order of elements matters: whichever one matches first is applied." | |||
195 | "Display the position in the current file." | 195 | "Display the position in the current file." |
196 | `(,(or spacer +modeline-default-spacer) | 196 | `(,(or spacer +modeline-default-spacer) |
197 | (:propertize (file-percentage-mode | 197 | (:propertize (file-percentage-mode |
198 | (" " (-3 "%p") "%%")) | 198 | (" " (-3 "%p") "%%"))))) |
199 | font-lock-face font-lock-comment-face))) | ||
200 | 199 | ||
201 | (define-minor-mode region-indicator-mode | 200 | (define-minor-mode region-indicator-mode |
202 | "Toggle the region indicator in the mode line." | 201 | "Toggle the region indicator in the mode line." |
@@ -230,8 +229,7 @@ The order of elements matters: whichever one matches first is applied." | |||
230 | ((column-number-mode | 229 | ((column-number-mode |
231 | (column-number-indicator-zero-based | 230 | (column-number-indicator-zero-based |
232 | ,(concat before sep "%2c" after) | 231 | ,(concat before sep "%2c" after) |
233 | ,(concat before sep "%2C" after))))) | 232 | ,(concat before sep "%2C" after))))))))) |
234 | font-lock-face font-lock-comment-face)))) | ||
235 | 233 | ||
236 | (defun +modeline-position (&optional _) | 234 | (defun +modeline-position (&optional _) |
237 | "Display the current cursor position. | 235 | "Display the current cursor position. |