mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix #175: change "RLF" to "CRLF".
This commit is contained in:
parent
a783f9c68e
commit
3167beda51
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
||||||
(propertize
|
(propertize
|
||||||
(concat (pcase (coding-system-eol-type buffer-file-coding-system)
|
(concat (pcase (coding-system-eol-type buffer-file-coding-system)
|
||||||
(0 " LF")
|
(0 " LF")
|
||||||
(1 " RLF")
|
(1 " CRLF")
|
||||||
(2 " CR"))
|
(2 " CR"))
|
||||||
(let ((sys (coding-system-plist buffer-file-coding-system)))
|
(let ((sys (coding-system-plist buffer-file-coding-system)))
|
||||||
(cond ((memq (plist-get sys :category)
|
(cond ((memq (plist-get sys :category)
|
||||||
|
|
Loading…
Reference in a new issue