mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Improve faces of the buffer info.
This commit is contained in:
parent
c809e27487
commit
7f28abb514
1 changed files with 2 additions and 1 deletions
|
@ -658,7 +658,8 @@ directory, the file name, and its state (modified, read-only or non-existent)."
|
|||
" "))))
|
||||
(if buffer-file-name
|
||||
(doom-modeline-update-buffer-file-name)
|
||||
"%b"))))
|
||||
(propertize "%b" 'face (when (doom-modeline--active)
|
||||
'doom-modeline-buffer-file))))))
|
||||
|
||||
(doom-modeline-def-segment buffer-info-simple
|
||||
"Display only the current buffer's name, but with fontification."
|
||||
|
|
Loading…
Reference in a new issue