summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-01-17 18:46:47 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-01-17 18:49:04 +0100
commit225dbcba32ab079f78e4146cbfd7d4dfb58840a3 (patch)
treec72a6f307cde8dc3d6fb7a4d83e3aa50b9b52ab1 /README.org
parentb7954e5c6d39b4e59878311dd3ebfd4fdf2e511e (diff)
Update README
Stop linking to separate icomplete-vertical package, since Emacs has the functionality integrated for some time now.
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.org b/README.org
index 0e20c1b..ea3c5af 100644
--- a/README.org
+++ b/README.org
@@ -27,9 +27,8 @@ front-end that provides a completion UI. Any completion style can be
used with the default Emacs completion UI (sometimes called minibuffer
tab completion), with the built-in Icomplete package (which is similar
to the more well-known Ido Mode), the icomplete-vertical variant from
-Emacs 28 (see the external [[https://github.com/oantolin/icomplete-vertical][icomplete-vertical]] package to get that
-functionality on earlier versions of Emacs), or with some third party
-minibuffer completion frameworks such as [[https://gitlab.com/protesilaos/mct][Mct]] or [[https://github.com/minad/vertico][Vertico]].
+Emacs 28, or with minibuffer completion frameworks such as [[https://gitlab.com/protesilaos/mct][Mct]] or
+[[https://github.com/minad/vertico][Vertico]].
All the completion UIs just mentioned are for minibuffer completion,
used when Emacs commands prompt the user in the minibuffer for some
@@ -51,10 +50,10 @@ exclusively, set both variables to =nil=, but be aware that
With a bit of effort, it might still be possible to use =orderless= with
other completion UIs, even if those UIs don't support the standard
-Emacs completion styles. Currently there is support for [[https://github.com/abo-abo/swiper][Ivy]] (see
-below). Also, while Company does support completion styles directly,
-pressing =SPC= takes you out of completion, so comfortably using
-=orderless= with it takes a bit of configuration (see below).
+Emacs completion styles. Currently there is support for [[https://github.com/abo-abo/swiper][Ivy]], as
+documented below. Also, while Company does support completion styles
+directly, pressing =SPC= takes you out of completion, so comfortably
+using =orderless= with it takes a bit of configuration (see below).
If you use ELPA or MELPA, the easiest way to install =orderless= is via
=package-install=. If you use =use-package=, you can use: