From c3b3f802e4d8936cf3c56c4547f2a79ab929fd25 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 24 Sep 2018 17:55:19 +0800 Subject: [PATCH] Fix: missing doom-modeline-project-root-dir face. --- doom-modeline.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doom-modeline.el b/doom-modeline.el index 52dfda4..c5f7b5d 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -156,6 +156,10 @@ Given ~/Projects/FOSS/emacs/lisp/comint.el '((t (:inherit (mode-line-emphasis bold)))) "Face used for the major-mode segment in the mode-line.") +(defface doom-modeline-project-root-dir + '((t (:inherit (mode-line-emphasis bold)))) + "Face used for the project part of the mode-line buffer path.") + (defface doom-modeline-highlight '((t (:inherit mode-line-emphasis))) "Face for bright segments of the mode-line.")