branch: externals/vertico
commit 82a8026a6a05620cb32177f90e89ec432058ed5b
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Update README
---
 README.org | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.org b/README.org
index ba8b2bb..38e48e3 100644
--- a/README.org
+++ b/README.org
@@ -67,6 +67,8 @@
     ;; wildcard. You may also give the `initials' completion style a try.
     (use-package orderless
       :init
+      ;; Configure a custom style dispatcher (see the Consult wiki)
+      ;; (setq orderless-style-dispatchers '(+orderless-dispatch))
       (setq completion-styles '(orderless)
             completion-category-defaults nil
             completion-category-overrides '((file (styles 
partial-completion)))))

Reply via email to