Variable: which-key-sort-uppercase-first

which-key-sort-uppercase-first is a customizable variable defined in which-key.el.gz.

Value

t

Documentation

If non-nil, uppercase comes before lowercase in sorting.

This applies to the function chosen in which-key-sort-order. Otherwise, the order is reversed.

This variable was added, or its default value changed, in which-key version 1.0.

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-sort-uppercase-first t
  "If non-nil, uppercase comes before lowercase in sorting.
This applies to the function chosen in
`which-key-sort-order'.  Otherwise, the order is reversed."
  :type 'boolean
  :package-version '(which-key . "1.0") :version "30.1")