Merge branch 'add-encoding-segment' into 'master'

Add encoding segment

See merge request jessieh/mood-line!2
This commit is contained in:
Jessie Hildebrandt 2019-09-11 20:22:37 +00:00
commit a69fdd73ea
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@ package.
* Anzu and multiple-cursors counters * Anzu and multiple-cursors counters
* Encoding and EOL style indicator
* Version control status indicator * Version control status indicator
* Flycheck status indicator * Flycheck status indicator

View File

@ -320,7 +320,8 @@
;; Right ;; Right
(format-mode-line (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-major-mode))
(:eval (mood-line-segment-global-mode-string)) (:eval (mood-line-segment-global-mode-string))
(:eval (mood-line-segment-flycheck)) (:eval (mood-line-segment-flycheck))