Variable: which-key-prefix-prefix

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

Value

"+"

Documentation

Prefix string to indicate a key bound to a keymap.

Default is "+".

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-prefix-prefix "+"
  "Prefix string to indicate a key bound to a keymap.
Default is \"+\"."
  :type 'string
  :package-version '(which-key . "1.0") :version "30.1")