Variable: proced-enable-color-flag
proced-enable-color-flag is a customizable variable defined in
proced.el.gz.
Value
nil
Documentation
Non-nil means Proced should display some process attributes with color.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defcustom proced-enable-color-flag nil
"Non-nil means Proced should display some process attributes with color."
:type 'boolean
:version "29.1")