Skip to content

Commit

Permalink
[Fix #1795] Mention minibuffer completion frameworks in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 25, 2022
1 parent e3bae8c commit 5ad69d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ Enable `projectile-mode`, open a file in one of your projects and type a command

See the [online documentation](https://docs.projectile.mx) for more details.

To get the most of Projectile you also need to enable (and potentially install) some minibuffer completion framework (e.g. `ido`, `ivy` or `selectrum`). See [this section](https://docs.projectile.mx/projectile/configuration.html#completion-options) of the documentation for more details.

**Note:** Historically `projectile-completion-system` defaulted to `ido`, but this was changed in version 2.3. You may need to enable `ido-mode` in your Emacs configuration if updating from an older version of Projectile.

## Caveats

* Some operations like search (grep) depend (presently) on external
Expand Down

0 comments on commit 5ad69d5

Please sign in to comment.