mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
modeline: remove unused doom-modeline-buffer-name face
This commit is contained in:
@ -38,9 +38,6 @@
|
|||||||
(defface doom-modeline-buffer-path '((t (:inherit mode-line :bold t)))
|
(defface doom-modeline-buffer-path '((t (:inherit mode-line :bold t)))
|
||||||
"Face used for the dirname part of the buffer path.")
|
"Face used for the dirname part of the buffer path.")
|
||||||
|
|
||||||
(defface doom-modeline-buffer-name '((t (:inherit mode-line :bold t)))
|
|
||||||
"Face used for the filename part of the mode-line buffer path.")
|
|
||||||
|
|
||||||
(defface doom-modeline-buffer-project
|
(defface doom-modeline-buffer-project
|
||||||
'((t (:inherit doom-modeline-buffer-path :bold nil)))
|
'((t (:inherit doom-modeline-buffer-path :bold nil)))
|
||||||
"Face used for the filename part of the mode-line buffer path.")
|
"Face used for the filename part of the mode-line buffer path.")
|
||||||
|
Reference in New Issue
Block a user