summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2021-11-29 08:12:51 -0600
committerOmar Antolín <omar.antolin@gmail.com>2021-11-29 08:12:51 -0600
commit0f674253a8a5452f355253bdfee56783c2b3949f (patch)
treef43b0e79d02a27f6a121268178a1a4cd2a81083b /README.org
parent855255eb010327a219d8a516cec850fc43f31852 (diff)
Reword sentence for clarity
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index e3a05f3..2579486 100644
--- a/README.org
+++ b/README.org
@@ -39,8 +39,8 @@ used when Emacs commands prompt the user in the minibuffer for some
input, but there is also completion at point in normal buffers,
typically used for identifiers in programming languages. Completion
styles can also be used for that purpose by completion at point UIs
-such as [[https://github.com/minad/corfu][Corfu]], the function =consult-completion-in-region= from [[https://github.com/minad/consult][Consult]]
-or [[https://company-mode.github.io/][Company]].
+such as [[https://github.com/minad/corfu][Corfu]], [[https://company-mode.github.io/][Company]] or the function =consult-completion-in-region=
+from [[https://github.com/minad/consult][Consult]].
To use a completion style with any of the above mentioned completion
UIs simply add it as an entry in the variables =completion-styles= and