emacs: set modeline file name style to just file-name
This commit is contained in:
parent
ba25b9febc
commit
831fc768f2
|
@ -268,6 +268,7 @@
|
|||
:custom
|
||||
(doom-modeline-icon t)
|
||||
(doom-modeline-env-version nil)
|
||||
(doom-modeline-buffer-file-name-style 'file-name)
|
||||
(doom-modeline-buffer-encoding 'nondefault)
|
||||
(doom-modeline-enable-word-count t)
|
||||
(doom-modeline-continuous-word-count-modes
|
||||
|
|
|
@ -320,6 +320,7 @@
|
|||
:custom
|
||||
(doom-modeline-icon t)
|
||||
(doom-modeline-env-version nil)
|
||||
(doom-modeline-buffer-file-name-style 'file-name)
|
||||
(doom-modeline-buffer-encoding 'nondefault)
|
||||
(doom-modeline-enable-word-count t)
|
||||
(doom-modeline-continuous-word-count-modes
|
||||
|
|
Loading…
Reference in a new issue