diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-23 10:45:44 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-23 10:45:44 +0100 |
| commit | 3a3ea572b46ab8ccef994f9270d1d7f9afc74b23 (patch) | |
| tree | b5ba93a6b2501793cc6c3d0101e3d0f175d562ff | |
| parent | bda7c2e0772deaee8e36a217d15c14784e8c6800 (diff) | |
manual: Update outdated example configuration
| -rw-r--r-- | docs/transient.org | 2 | ||||
| -rw-r--r-- | docs/transient.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/transient.org b/docs/transient.org index e9cfb5b..f3279e1 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -681,7 +681,7 @@ need more guidance or would like to share your experience, please don't hesitate to contact me. #+begin_src emacs-lisp - (setopt transient-enable-menu-navigation t) ; the default + (setopt transient-enable-menu-navigation 'verbose) ; the default (setopt transient-select-menu-window t) (setopt transient-force-single-column t) (setopt transient-navigate-to-group-descriptions t) diff --git a/docs/transient.texi b/docs/transient.texi index a8c0aa7..b623453 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -836,7 +836,7 @@ need more guidance or would like to share your experience, please don't hesitate to contact me. @lisp -(setopt transient-enable-menu-navigation t) ; the default +(setopt transient-enable-menu-navigation 'verbose) ; the default (setopt transient-select-menu-window t) (setopt transient-force-single-column t) (setopt transient-navigate-to-group-descriptions t) |
