aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-12-21 09:49:07 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-12-21 09:53:56 +0200
commitff5a2be6c3c1ffa23c35a294b28f865b34463dff (patch)
tree1a41b3aa643acbcdc83fc80c3bcac8cd43658c4e /doc
parent5dd9f0674dad30e4aa44245fed99c8273ad7f76c (diff)
[Docs] Don't recommend the use of prescient with ivy
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/ROOT/pages/configuration.adoc4
-rw-r--r--doc/modules/ROOT/pages/usage.adoc5
2 files changed, 2 insertions, 7 deletions
diff --git a/doc/modules/ROOT/pages/configuration.adoc b/doc/modules/ROOT/pages/configuration.adoc
index ffa2abb..b7e646f 100644
--- a/doc/modules/ROOT/pages/configuration.adoc
+++ b/doc/modules/ROOT/pages/configuration.adoc
@@ -418,10 +418,6 @@ Another completion option is https://github.com/abo-abo/swiper[ivy]:
As noted above, Projectile will auto-detect `ivy-mode` if enabled, so the
above configuration is not needed most of the time.
-TIP: It's recommended to also install the
- https://github.com/raxod502/prescient.el[ivy-prescient package], which provides a much
- more powerful alternative to ``ivy``'s built-in matching/sorting.
-
=== Custom Completion Function
You can also set `projectile-completion-system` to a function:
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc
index 8353884..3154ad5 100644
--- a/doc/modules/ROOT/pages/usage.adoc
+++ b/doc/modules/ROOT/pages/usage.adoc
@@ -35,10 +35,9 @@ discovery using `M-x projectile-discover-projects-in-search-path`.
While Projectile works fine with Emacs's default minibuffer completion system you're highly encouraged to use some
powerful alternative like `ido`, `ivy` or `selectrum`.
-TIP: If you're going to use the default `ido` completion it's **extremely
-highly** recommended that you install the optional
+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. For `ivy` and `selectrum` it's
+alternative to ``ido``'s built-in `flex` matching. Similarly, for `selectrum` it's
a good idea to enable `prescient` (a package similar to `flx`).
=== Installing External Tools