Variable: transient-show-common-commands
transient-show-common-commands is a customizable variable defined in
transient.el.
Value
nil
Documentation
Whether to permanently show common suffix commands in transient menus.
By default these commands are only temporarily shown after typing their
shared prefix key C-x (transient-common-command-prefix), while a transient menu is active. When the value
of this option is non-nil, then these commands are permanently shown.
To toggle the value for the current Emacs session only type C-x t (transient-toggle-common) while
any transient menu is active.
This variable was added, or its default value changed, in transient version 0.1.0.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defcustom transient-show-common-commands nil
"Whether to permanently show common suffix commands in transient menus.
By default these commands are only temporarily shown after typing their
shared prefix key \
\\<transient--docstr-hint-1>\\[transient-common-command-prefix], \
while a transient menu is active. When the value
of this option is non-nil, then these commands are permanently shown.
To toggle the value for the current Emacs session only type \
\\<transient--docstr-hint-2>\\[transient-toggle-common] while
any transient menu is active."
:package-version '(transient . "0.1.0")
:group 'transient
:type 'boolean)