mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Show process status in all buffers.
This commit is contained in:
parent
ad7c7ae7e4
commit
ac0372958b
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue