diff --git a/README.md b/README.md index c41d7b4..788fba9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ package. * Anzu and multiple-cursors counters +* Encoding and EOL style indicator + * Version control status indicator * Flycheck status indicator diff --git a/mood-line.el b/mood-line.el index bb05baf..1c588c9 100644 --- a/mood-line.el +++ b/mood-line.el @@ -320,7 +320,8 @@ ;; Right (format-mode-line - '((:eval (mood-line-segment-vc)) + '((:eval (mood-line-segment-encoding)) + (:eval (mood-line-segment-vc)) (:eval (mood-line-segment-major-mode)) (:eval (mood-line-segment-global-mode-string)) (:eval (mood-line-segment-flycheck))