diff --git a/core/core-modeline.el b/core/core-modeline.el index 863f8820e..1de9f00b2 100644 --- a/core/core-modeline.el +++ b/core/core-modeline.el @@ -38,9 +38,6 @@ (defface doom-modeline-buffer-path '((t (:inherit mode-line :bold t))) "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 '((t (:inherit doom-modeline-buffer-path :bold nil))) "Face used for the filename part of the mode-line buffer path.")