summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2026-03-03 20:41:04 +0100
committerJonas Bernoulli <jonas@bernoul.li>2026-03-03 20:41:04 +0100
commit6e836a596e01e9eca311b66328767f3c4025f1ee (patch)
treea3237883be9bc6717e5202a2dcb6d9bed65ced31
parent1fc27186f58a9284e086bdb6906d02a6e138a4e5 (diff)
manual: Update recommendation for visually impaired users
-rw-r--r--docs/transient.org6
-rw-r--r--docs/transient.texi6
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/transient.org b/docs/transient.org
index 58d8779..317ed60 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -688,12 +688,14 @@ If you 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 'verbose) ; the default
+ (setopt transient-enable-menu-navigation 'force-verbose)
(setopt transient-navigate-to-group-descriptions t)
(setopt transient-describe-menu t)
(setopt transient-select-menu-window t)
(setopt transient-force-single-column t)
- (add-hook 'transient-setup-buffer-hook 'ding)
+ (setopt transient-prefer-reading-value t)
+ (setopt transient-use-accessible-values t)
+ (setopt transient-use-accessible-formats t)
#+end_src
Additionally you have allow the command, which you use to read the
diff --git a/docs/transient.texi b/docs/transient.texi
index a188ce9..eb70bea 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -843,12 +843,14 @@ If you need more guidance or would like to share your experience,
please don't hesitate to contact me.
@lisp
-(setopt transient-enable-menu-navigation 'verbose) ; the default
+(setopt transient-enable-menu-navigation 'force-verbose)
(setopt transient-navigate-to-group-descriptions t)
(setopt transient-describe-menu t)
(setopt transient-select-menu-window t)
(setopt transient-force-single-column t)
-(add-hook 'transient-setup-buffer-hook 'ding)
+(setopt transient-prefer-reading-value t)
+(setopt transient-use-accessible-values t)
+(setopt transient-use-accessible-formats t)
@end lisp
Additionally you have allow the command, which you use to read the