diff --git a/mood-line.el b/mood-line.el index 09ff5a4..61fcbb0 100644 --- a/mood-line.el +++ b/mood-line.el @@ -708,7 +708,7 @@ Checkers checked, in order: `flycheck', `flymake'." (when mood-line-show-cursor-point (propertize (format ":%d" (point)) 'face 'mood-line-unimportant)) - (propertize " %p%% " + (propertize " %o%% " 'face 'mood-line-unimportant))) ;; ---------------------------------- ;;