From 226a15cf7df8adcf7ce834510989acbb1626acf6 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sun, 12 Aug 2018 01:25:41 +0800 Subject: [PATCH] Display window number clearer. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index eb15473..2c6ab5b 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -923,7 +923,7 @@ with `evil-ex-substitute', and/or 4. The number of active `iedit' regions." (if (< 0 (length num)) (propertize (format " %s " num) 'face (if (doom-modeline--active) - 'doom-modeline-bar + 'doom-modeline-panel 'doom-modeline-inactive-bar)) "")))