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

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

[elpa] externals/vertico 1bd1ac0 2/2: README: Properly document wildcard


From: ELPA Syncer
Subject: [elpa] externals/vertico 1bd1ac0 2/2: README: Properly document wildcards
Date: Thu, 29 Jul 2021 12:57:18 -0400 (EDT)

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

    README: Properly document wildcards
---
 README.org | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 7bd8a84..3a28222 100644
--- a/README.org
+++ b/README.org
@@ -59,9 +59,11 @@
       ;; (setq vertico-cycle t)
       )
 
-    ;; Use the `orderless' completion style.
-    ;; Enable `partial-completion' for file path expansion.
-    ;; You may prefer to use `initials' instead of `partial-completion'.
+    ;; 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.
     (use-package orderless
       :init
       (setq completion-styles '(orderless)
@@ -145,7 +147,9 @@
   #+end_src
 
   Alternatively you can experiment with the built-in completion-styles, e.g.,
-  adding =partial-completion= or =flex=.
+  adding =partial-completion= or =flex=. The =partial-completion= style is 
important
+  to add if you want to open multiple files at once with ~find-file~ using
+  wildcards.
 
   #+begin_src emacs-lisp
     (setq completion-styles '(basic substring partial-completion flex))



reply via email to

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