Merge branch 'add-encoding-segment' into 'master'
Add encoding segment See merge request jessieh/mood-line!2
This commit is contained in:
commit
a69fdd73ea
@ -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
|
||||||
|
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user