diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-03 22:54:47 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-03 22:54:47 +0100 |
| commit | 2f76ce107c6ef57e42db1dd773bf5ab932eaaea0 (patch) | |
| tree | 281c08b42f81e380e0009e1ced7cb8dbdf74c7b4 /docs/transient.texi | |
| parent | 8e1cf1ed164cadc19af0df24cdf0962e8ad32716 (diff) | |
manual: Document in transient-show-common-commands "Essential Options"
Keep the existing description in "Common Suffix Commands".
Diffstat (limited to 'docs/transient.texi')
| -rw-r--r-- | docs/transient.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/transient.texi b/docs/transient.texi index 5e61d13..b9331ec 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -616,6 +616,17 @@ the absolute value). @end itemize @end defopt +@defopt transient-show-common-commands +This option controls whether shared suffix commands are shown +alongside the transient-specific infix and suffix commands. By +default, the shared commands are not shown to avoid overwhelming +the user with too many options. + +While a transient is active, pressing @kbd{C-x} always shows the common +commands. The value of this option can be changed for the current +Emacs session by typing @kbd{C-x t} while a transient is active. +@end defopt + @defopt transient-show-during-minibuffer-read This option controls whether the transient menu continues to be displayed while the minibuffer is used to read user input. |
