summary refs log tree commit diff stats
path: root/lisp/+modeline.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-01 15:05:51 -0600
committerCase Duckworth2022-02-01 15:05:51 -0600
commit2525937bc4a49622c83f3ee14c66a85e49d799f6 (patch)
tree0ba7a03653d88ae648ecec1f84d63fc1155e7e00 /lisp/+modeline.el
parentHide presence notifications ?? (diff)
downloademacs-2525937bc4a49622c83f3ee14c66a85e49d799f6.tar.gz
emacs-2525937bc4a49622c83f3ee14c66a85e49d799f6.zip
Remove font-lock-comment-face from mode-line things
Diffstat (limited to 'lisp/+modeline.el')
-rw-r--r--lisp/+modeline.el6
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.