Switch to correct buffer position indicator
This commit is contained in:
parent
bcd8725b21
commit
50b224b342
@ -708,7 +708,7 @@ Checkers checked, in order: `flycheck', `flymake'."
|
|||||||
(when mood-line-show-cursor-point
|
(when mood-line-show-cursor-point
|
||||||
(propertize (format ":%d" (point))
|
(propertize (format ":%d" (point))
|
||||||
'face 'mood-line-unimportant))
|
'face 'mood-line-unimportant))
|
||||||
(propertize " %p%% "
|
(propertize " %o%% "
|
||||||
'face 'mood-line-unimportant)))
|
'face 'mood-line-unimportant)))
|
||||||
|
|
||||||
;; ---------------------------------- ;;
|
;; ---------------------------------- ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user