Show encoding and EOL style
There is no way to display encoding nor EOL style, although the function "mood-line-segment-encoding" exists. Therefore, I add the function in order to display them in the right side of mode- line.
This commit is contained in:
parent
3560d8aafd
commit
4a4986e605
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user