Variable: which-key-compute-remaps

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

Value

nil

Documentation

If non-nil, show remapped commands.

This applies to commands that have been remapped given the currently active keymaps.

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-compute-remaps nil
  "If non-nil, show remapped commands.
This applies to commands that have been remapped given the
currently active keymaps."
  :type 'boolean
  :package-version '(which-key . "1.0") :version "30.1")