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

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

[elpa] externals/vertico 8a546ad: Update README


From: ELPA Syncer
Subject: [elpa] externals/vertico 8a546ad: Update README
Date: Sun, 3 Oct 2021 10:57:28 -0400 (EDT)

branch: externals/vertico
commit 8a546add5f2ad5370a8d6458bcc6855f48e15907
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update README
---
 README.org | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index 9297975..ba8b2bb 100644
--- a/README.org
+++ b/README.org
@@ -59,11 +59,12 @@
       ;; (setq vertico-cycle t)
       )
 
-    ;; Use the `orderless' completion style. Additionally enable
-    ;; `partial-completion' for file path expansion. `partial-completion' is
-    ;; important for 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.
+    ;; Optionally use the `orderless' completion style. See
+    ;; `+orderless-dispatch' in the Consult wiki for an advanced Orderless 
style
+    ;; dispatcher. Additionally enable `partial-completion' for file path
+    ;; expansion. `partial-completion' is important for 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.
     (use-package orderless
       :init
       (setq completion-styles '(orderless)



reply via email to

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