Variable: which-key-lighter

which-key-lighter is a customizable variable defined in which-key.el.gz.

Value

" WK"

Documentation

Minor mode lighter to use in the mode-line.

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-lighter " WK"
  "Minor mode lighter to use in the mode-line."
  :group 'which-key
  :type 'string
  :package-version '(which-key . "1.0") :version "30.1")