branch: externals/vertico commit 8a546add5f2ad5370a8d6458bcc6855f48e15907 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@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)