branch: externals/transient
commit 6e836a596e01e9eca311b66328767f3c4025f1ee
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
manual: Update recommendation for visually impaired users
---
docs/transient.org | 6 ++++--
docs/transient.texi | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/docs/transient.org b/docs/transient.org
index 58d8779954..317ed60636 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 a188ce9119..eb70bea4b0 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