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)