diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-11-01 10:50:32 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-11-01 10:50:32 +0200 |
| commit | 004e202a6af3f452e1ef6539420dc0775f603290 (patch) | |
| tree | 9e47bd0ab0e5443805d5fcf1134fa7822aae2c25 | |
| parent | 267d899268eb35002fda10cef14a874e03b3fba1 (diff) | |
Mention projectile-project-search-path more prominently
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | doc/modules/ROOT/pages/index.adoc | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,7 @@ Here are some of Projectile's features: * find references in project (using `xref` internally) * run shell commands in a project (e.g. `make`, `lein`) * support for multiple minibuffer completion/selection libraries (`ido`, `ivy`, `helm` and the default completion system) +* automatic project discovery (see `projectile-project-search-path`) * integration with the built-in `project.el` library There's also a rich ecosystem of third-party [Projectile extensions](https://melpa.org/#/?q=projectile) that add even more features. diff --git a/doc/modules/ROOT/pages/index.adoc b/doc/modules/ROOT/pages/index.adoc index 3e1e46d..d665070 100644 --- a/doc/modules/ROOT/pages/index.adoc +++ b/doc/modules/ROOT/pages/index.adoc @@ -52,6 +52,7 @@ Here are some of Projectile's features in no particular order: * run `make` in a project with a single key chord * browse dirty version controlled projects * support for multiple minibuffer completion/selection libraries (`ido`, `ivy`, `helm` and the default completion system) +* automatic project discovery (see `projectile-project-search-path`) * integration with the built-in `project.el` library There's also a rich ecosystem of third-party xref:extensions[Projectile extensions] that add even more features. |
