From 677dc9ab2c31296f9c7dfb31d9519f1d58bc4ece Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 30 Sep 2018 16:45:04 +0800 Subject: [PATCH] Update workspace face. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index bbc7a8d..ec17457 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -990,7 +990,7 @@ enabled." tag (when num (int-to-string num))))) (propertize (format " %s " str) 'face - (if (doom-modeline--active) 'doom-modeline-highlight))) + (if (doom-modeline--active) 'doom-modeline-buffer-major-mode))) ""))