emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orderless 2f2c757a33 117/204: Correct error about order


From: ELPA Syncer
Subject: [elpa] externals/orderless 2f2c757a33 117/204: Correct error about orderless-transient-style-dispatchers in README
Date: Tue, 11 Jan 2022 12:58:22 -0500 (EST)

branch: externals/orderless
commit 2f2c757a33064e9cb224aa5424407e516e5522f9
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Correct error about orderless-transient-style-dispatchers in README
---
 README.org | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index 39979aa32b..fd1c7816fc 100644
--- a/README.org
+++ b/README.org
@@ -261,7 +261,7 @@ components match literally. You could use the following 
configuration:
     "Components match literally for the rest of the session."
     (interactive)
     (setq orderless-transient-matching-styles '(orderless-literal)
-          orderless-transient-style-dispatchers nil))
+          orderless-transient-style-dispatchers '(ignore)))
 
   (add-hook 'minibuffer-exit-hook
             #'orderless-remove-transient-configuration)
@@ -270,10 +270,12 @@ components match literally. You could use the following 
configuration:
     #'my/match-components-literally)
 #+end_src
 
-Note that we also set =orderless-transient-style-dispatchers= to =nil=, to
-ensure the literal matching does not get overridden. You may want to
-allow dispatcher overrides, in which case you'd simply remove that
-assignment.
+Note that we also set =orderless-transient-style-dispatchers= to
+='(ignore)=, to ensure no style dispatchers are used so the literal
+matching does not get overridden. You may want to allow the
+dispatchers in =orderless-style-dispatchers= to override, in which case
+you'd set =orderless-transient-style-dispatchers= to =nil= or simply
+remove that assignment.
 
 * Integration with other completion UIs
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]