branch: externals/vertico
commit 3156a63db3c7625eeb273a6436ef2338c2286338
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README: Minor clarification
---
README.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 0f697a34a6..26a94da098 100644
--- a/README.org
+++ b/README.org
@@ -583,7 +583,8 @@ existing with the empty string is possible by pressing
=RET= only.
In combination with Orderless, hostnames are not made available for completion
after entering =/ssh:=. In order to avoid this problem, the =basic= completion
style
-should be specified for the file completion category.
+should be specified for the file completion category, such that =basic= is
tried
+before =orderless=.
#+begin_src emacs-lisp
(setq completion-styles '(orderless basic)