From ac0372958bc3acb46862fcb79302a069ef19d4fa Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 31 Aug 2018 03:51:04 +0800 Subject: [PATCH] Show process status in all buffers. --- doom-modeline.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doom-modeline.el b/doom-modeline.el index 6ee5f3b..07aaf58 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -654,9 +654,7 @@ directory, the file name, and its state (modified, read-only or non-existent)." (doom-modeline-def-segment process "The process info." - (if (and (doom-modeline--active) mode-line-process) - mode-line-process - "")) + mode-line-process) ;; ;; vcs