From 4a4986e6054ff583cf5a506e0a410a1ab7053003 Mon Sep 17 00:00:00 2001 From: Mahito TANNO Date: Thu, 13 Jun 2019 13:24:04 +0900 Subject: [PATCH] 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. --- mood-line.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))