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:
Mahito TANNO 2019-06-13 13:24:04 +09:00
parent 3560d8aafd
commit 4a4986e605

View File

@ -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))