From 3167beda51e6ca2c0f8940ab5dcc0ca6a72125b0 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 19 May 2019 19:02:27 +0800 Subject: [PATCH] Fix #175: change "RLF" to "CRLF". --- doom-modeline-segments.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 03cb581..ba04ff8 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -434,7 +434,7 @@ directory, the file name, and its state (modified, read-only or non-existent)." (propertize (concat (pcase (coding-system-eol-type buffer-file-coding-system) (0 " LF") - (1 " RLF") + (1 " CRLF") (2 " CR")) (let ((sys (coding-system-plist buffer-file-coding-system))) (cond ((memq (plist-get sys :category)