Variable: proced-goal-attribute

proced-goal-attribute is a customizable variable defined in proced.el.gz.

Value

args

Documentation

If non-nil, key of the attribute that defines the goal-column.

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defcustom proced-goal-attribute 'args
  "If non-nil, key of the attribute that defines the `goal-column'."
  :type '(choice (const :tag "none" nil)
                 (symbol :tag "key")))