Switch to correct buffer position indicator

This commit is contained in:
Jessie Hildebrandt 2023-11-15 20:58:08 -05:00
parent bcd8725b21
commit 50b224b342

View File

@ -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)))
;; ---------------------------------- ;; ;; ---------------------------------- ;;