diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/configuration.adoc | 4 | ||||
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 5 |
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 |
