branch: externals/corfu
commit 5342363ab07ac7234ff9a9e1140a9ba3718ad4f7
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix typo in README, Fix #220
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index e1dd03b771..b57664fac6 100644
--- a/README.org
+++ b/README.org
@@ -205,7 +205,7 @@ code for further details.
          `(orderless-regexp . ,(concat "^" (regexp-quote word)))))
 
   (orderless-define-completion-style orderless-fast
-    (orderless-dispatch '(orderless-fast-dispatch))
+    (orderless-style-dispatchers '(orderless-fast-dispatch))
     (orderless-matching-styles '(orderless-literal orderless-regexp)))
 
   (setq-local corfu-auto t

Reply via email to