branch: externals/vertico
commit e077e957672ae8be35fbd95a7724fbdaa288236c
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README: Update documentation regarding Orderless style dispatchers
See oantolin/orderless#135
---
README.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index b508f74f4f..11c6ea656c 100644
--- a/README.org
+++ b/README.org
@@ -125,7 +125,7 @@ prefix TAB completion used by the basic default completion
system or in shells.
(use-package orderless
:init
;; Configure a custom style dispatcher (see the Consult wiki)
- ;; (setq orderless-style-dispatchers '(+orderless-dispatch)
+ ;; (setq orderless-style-dispatchers '(+orderless-consult-dispatch
orderless-affix-dispatch)
;; orderless-component-separator
#'orderless-escapable-split-on-space)
(setq completion-styles '(orderless basic)
completion-category-defaults nil
@@ -135,8 +135,8 @@ prefix TAB completion used by the basic default completion
system or in shells.
The =basic= completion style is specified as fallback in addition to
=orderless= in
order to ensure that completion commands which rely on dynamic completion
tables, e.g., ~completion-table-dynamic~ or ~completion-table-in-turn~, work
-correctly. See =+orderless-dispatch= in the
[[https://github.com/minad/consult/wiki][Consult wiki]] for an advanced
Orderless
-style dispatcher. Additionally enable =partial-completion= for file path
+correctly. See the
[[https://github.com/minad/consult/wiki#minads-orderless-configuration][Consult
wiki]] for my advanced Orderless configuration with
+style dispatchers. Additionally enable =partial-completion= for file path
expansion. =partial-completion= is important for file wildcard support.
Multiple
files can be opened at once with =find-file= if you enter a wildcard. You may
also
give the =initials= completion style a try.