Fix missing face in mood-line-segment-position fn
This commit is contained in:
parent
85b4fdecf1
commit
9cd761bdf6
@ -249,7 +249,7 @@
|
|||||||
(defun mood-line-segment-position ()
|
(defun mood-line-segment-position ()
|
||||||
"Displays the current cursor position in the mode-line."
|
"Displays the current cursor position in the mode-line."
|
||||||
(concat "%l:%c"
|
(concat "%l:%c"
|
||||||
(when mood-line-show-cursor-point (propertize (format ":%d" (point)) 'face))
|
(when mood-line-show-cursor-point (propertize (format ":%d" (point)) 'face 'mood-line-unimportant))
|
||||||
(propertize " %p%% " 'face 'mood-line-unimportant)))
|
(propertize " %p%% " 'face 'mood-line-unimportant)))
|
||||||
|
|
||||||
(defun mood-line-segment-eol ()
|
(defun mood-line-segment-eol ()
|
||||||
|
Loading…
Reference in New Issue
Block a user