diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-09-02 20:41:35 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-09-02 20:41:35 +0200 |
| commit | 98026a98a6f74220fac8d79afd523454fceaa468 (patch) | |
| tree | 7a65e39184a1f92e0e667e899bd572e484aac2b0 /README.org | |
| parent | 98b94fc104cd1e6d72904c69be66ca5ab6bde2db (diff) | |
README rewording
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -171,10 +171,10 @@ completion at point function provided by my [[https://github.com/minad/cape][Cap (add-to-list 'dabbrev-ignored-buffer-modes 'tags-table-mode)) #+end_src -If you start to configure the package more deeply, I recommend to give the -Orderless completion style a try for filtering. Orderless completion is -different from the familiar prefix TAB completion. Corfu can be used with the -default completion styles. The use of Orderless is not a necessity. +If you start to configure Corfu more deeply, I recommend to give the Orderless +completion style a try for filtering. Orderless completion is different from the +familiar prefix TAB completion. Note that Orderless is not a necessity; Corfu +can be used as well with the default completion styles. #+begin_src emacs-lisp ;; Optionally use the `orderless' completion style. |
