diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2026-01-17 18:46:47 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2026-01-17 18:49:04 +0100 |
| commit | 225dbcba32ab079f78e4146cbfd7d4dfb58840a3 (patch) | |
| tree | c72a6f307cde8dc3d6fb7a4d83e3aa50b9b52ab1 | |
| parent | b7954e5c6d39b4e59878311dd3ebfd4fdf2e511e (diff) | |
Update README
Stop linking to separate icomplete-vertical package, since Emacs has the
functionality integrated for some time now.
| -rw-r--r-- | README.org | 13 | ||||
| -rw-r--r-- | orderless.texi | 13 |
2 files changed, 12 insertions, 14 deletions
@@ -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: diff --git a/orderless.texi b/orderless.texi index 42ceaec..4f279ea 100644 --- a/orderless.texi +++ b/orderless.texi @@ -77,9 +77,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)@comma{} with the built-in Icomplete package (which is similar to the more well-known Ido Mode)@comma{} the icomplete-vertical variant from -Emacs 28 (see the external @uref{https://github.com/oantolin/icomplete-vertical, icomplete-vertical} package to get that -functionality on earlier versions of Emacs)@comma{} or with some third party -minibuffer completion frameworks such as @uref{https://gitlab.com/protesilaos/mct, Mct} or @uref{https://github.com/minad/vertico, Vertico}. +Emacs 28@comma{} or with minibuffer completion frameworks such as @uref{https://gitlab.com/protesilaos/mct, Mct} or +@uref{https://github.com/minad/vertico, Vertico}. All the completion UIs just mentioned are for minibuffer completion@comma{} used when Emacs commands prompt the user in the minibuffer for some @@ -101,10 +100,10 @@ exclusively@comma{} set both variables to @samp{nil}@comma{} but be aware that With a bit of effort@comma{} it might still be possible to use @samp{orderless} with other completion UIs@comma{} even if those UIs don't support the standard -Emacs completion styles. Currently there is support for @uref{https://github.com/abo-abo/swiper, Ivy} (see -below). Also@comma{} while Company does support completion styles directly@comma{} -pressing @samp{SPC} takes you out of completion@comma{} so comfortably using -@samp{orderless} with it takes a bit of configuration (see below). +Emacs completion styles. Currently there is support for @uref{https://github.com/abo-abo/swiper, Ivy}@comma{} as +documented below. Also@comma{} while Company does support completion styles +directly@comma{} pressing @samp{SPC} takes you out of completion@comma{} so comfortably +using @samp{orderless} with it takes a bit of configuration (see below). If you use ELPA or MELPA@comma{} the easiest way to install @samp{orderless} is via @samp{package-install}. If you use @samp{use-package}@comma{} you can use: |
