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