Variable: proced-sort

proced-sort is a customizable and buffer-local variable defined in proced.el.gz.

Documentation

Current sort scheme for proced listing.

It must be the KEY of an element of proced-grammar-alist. It can also be a list of KEYs as in the SORT-SCHEMEs of the elements of proced-grammar-alist.

Source Code

;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defcustom proced-sort 'pcpu
  "Current sort scheme for proced listing.
It must be the KEY of an element of `proced-grammar-alist'.
It can also be a list of KEYs as in the SORT-SCHEMEs of the elements
of `proced-grammar-alist'."
  :type '(choice (symbol :tag "Sort Scheme")
                 (repeat :tag "Key List" (symbol :tag "Key")))
  :local t)