Variable: transient-show-popup
transient-show-popup is an alias and customizable for
transient-show-menu, defined in transient.el.
This variable is obsolete since transient 0.13.0; use
transient-show-menu instead.
Value
t
Documentation
Whether and when to show transient's menu in a buffer.
- If t (the default), then show the buffer as soon as a transient
prefix command is invoked.
- If nil, then do not show the buffer unless the user explicitly
requests it, by pressing C-t (transient-show) or a prefix key.
- If a number, then delay displaying the buffer and instead show
a brief one-line summary. If zero or negative, then suppress
even showing that summary and display the pressed key only.
Show the buffer once the user explicitly requests it by pressing
C-t (transient-show) or a prefix key. Unless zero, then also show the buffer
after that many seconds of inactivity (using the absolute value).
Aliases
transient-show-popup (obsolete since transient 0.13.0)