Variable: embark-verbose-indicator-nested
embark-verbose-indicator-nested is a customizable variable defined in
embark.el.
Value
t
Documentation
Whether the verbose indicator should use nested keymap navigation.
When this variable is non-nil the actions buffer displayed by
embark-verbose-indicator will include any prefix keys found in
the keymap it is displaying, and will update to show what is
bound under the prefix if the prefix is pressed. If this
variable is nil, then the actions buffer will contain a flat list
of all full key sequences bound in the keymap.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defcustom embark-verbose-indicator-nested t
"Whether the verbose indicator should use nested keymap navigation.
When this variable is non-nil the actions buffer displayed by
`embark-verbose-indicator' will include any prefix keys found in
the keymap it is displaying, and will update to show what is
bound under the prefix if the prefix is pressed. If this
variable is nil, then the actions buffer will contain a flat list
of all full key sequences bound in the keymap."
:type 'boolean)