diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-09-09 22:14:20 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-09-09 22:16:28 +0200 |
| commit | dc36a7beb23e47310bcb5da0f6509bdb9c5c7ebb (patch) | |
| tree | 90f8cb24a711cc8bc99fc0a6ae06255c7836c257 | |
| parent | 31812d9252c6cfa7eae8fa04cd40c8b2081e9936 (diff) | |
README: The basic style is not needed for files anymore
See the Tramp problem documented here:
https://github.com/minad/vertico?tab=readme-ov-file#tramp-hostname-and-username-completion
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,7 +64,7 @@ If you use ELPA or MELPA, the easiest way to install =orderless= is via :ensure t :custom (completion-styles '(orderless basic)) - (completion-category-overrides '((file (styles basic partial-completion))))) + (completion-category-overrides '((file (styles partial-completion))))) #+end_src Alternatively, put =orderless.el= somewhere on your =load-path=, and use @@ -73,7 +73,7 @@ the following configuration: #+begin_src emacs-lisp (require 'orderless) (setq completion-styles '(orderless basic) - completion-category-overrides '((file (styles basic partial-completion)))) + completion-category-overrides '((file (styles partial-completion)))) #+end_src The =basic= completion style is specified as fallback in addition to |
