Don't show utf-8 encoding
This commit is contained in:
parent
8b4d87c883
commit
b984f5a406
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@
|
||||||
(spaceline-define-segment narf-buffer-encoding-abbrev
|
(spaceline-define-segment narf-buffer-encoding-abbrev
|
||||||
"The line ending convention used in the buffer."
|
"The line ending convention used in the buffer."
|
||||||
(symbol-name buffer-file-coding-system)
|
(symbol-name buffer-file-coding-system)
|
||||||
:when (not (string-prefix-p "utf-8" (symbol-name buffer-file-coding-system))))
|
:when (not (string-match-p "utf-8" (symbol-name buffer-file-coding-system))))
|
||||||
|
|
||||||
(spaceline-define-segment narf-buffer-position
|
(spaceline-define-segment narf-buffer-position
|
||||||
"A more vim-like buffer position."
|
"A more vim-like buffer position."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue