diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-02-04 15:00:25 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2025-02-04 15:00:25 +0200 |
| commit | 3c60b323172df7afa855a585d8088499300820e7 (patch) | |
| tree | 0c6d18b6c16d0cfd7294edd1ccb9d0ad121ed8f6 /doc/modules | |
| parent | a43f3eab8b95a30fa97d139c43b6db68bc94fd00 (diff) | |
[Docs] Remove mentions of selectrum
It was deprecated in favor of vertico.
Diffstat (limited to 'doc/modules')
| -rw-r--r-- | doc/modules/ROOT/pages/configuration.adoc | 2 | ||||
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/modules/ROOT/pages/configuration.adoc b/doc/modules/ROOT/pages/configuration.adoc index 135d771..e9e58a6 100644 --- a/doc/modules/ROOT/pages/configuration.adoc +++ b/doc/modules/ROOT/pages/configuration.adoc @@ -433,7 +433,7 @@ TIP: You might want to combine default completion with `icomplete-mode` for opti Emacs 27 added `fido-mode` to `icomplete`. If you are using `fido-mode`, Projectile will -use the `default` completion system. The same holds for `selectrum` and `vertico` which also rely +use the `default` completion system. The same holds for `vertico` which also rely on the `default` completion system. === Ido diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index 5ae1084..9d60755 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -88,11 +88,11 @@ and cleanup projects, as the file operations are slower there. === Minibuffer Completion While Projectile works fine with Emacs's default minibuffer completion system you're highly encouraged to use some -powerful alternative like `ido`, `ivy`, `selectrum` or `vertico`. +powerful alternative like `ido`, `ivy`, `vertico`. TIP: If you're going to use the `ido` completion it's **highly** recommended that you install the optional https://github.com/lewang/flx[flx-ido package], which provides a much more powerful -alternative to ``ido``'s built-in `flex` matching. Similarly, for `selectrum` it's +alternative to ``ido``'s built-in `flex` matching. Similarly, for `ivy` and `vertico` it's a good idea to enable `prescient` (a package similar to `flx`). === Installing External Tools |
