summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-09-02 20:41:35 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2024-09-02 20:41:35 +0200
commit98026a98a6f74220fac8d79afd523454fceaa468 (patch)
tree7a65e39184a1f92e0e667e899bd572e484aac2b0
parent98b94fc104cd1e6d72904c69be66ca5ab6bde2db (diff)
README rewording
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index 103a3c5..8674147 100644
--- a/README.org
+++ b/README.org
@@ -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.