aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-11-27 12:03:10 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-11-27 12:03:10 +0200
commit248ff220b8672502a256e4b7cedd84e9c02ddc36 (patch)
tree94f515993b62108f116f1e84fdbd72606fe69d56 /doc
parent963b3b0f46d15f3cee56b0162a070e558236f224 (diff)
[Docs] Mention ivy-prescient
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/ROOT/pages/configuration.adoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/configuration.adoc b/doc/modules/ROOT/pages/configuration.adoc
index 287874c..fb3b92c 100644
--- a/doc/modules/ROOT/pages/configuration.adoc
+++ b/doc/modules/ROOT/pages/configuration.adoc
@@ -332,6 +332,9 @@ The `ido` completion system is extremely popular and it is built into Emacs.
(setq projectile-completion-system 'ido)
----
+As noted above, Projectile will auto-detect `ido-mode` if enabled, so the
+above configuration is not needed most of the time.
+
TIP: As already noted above if you're going to use the `ido` completion it's
**extremely highly** recommended that you install the optional
https://github.com/lewang/flx[flx-ido package], which provides a much
@@ -346,6 +349,13 @@ Another completion option is https://github.com/abo-abo/swiper[ivy]:
(setq projectile-completion-system '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: