From 004e202a6af3f452e1ef6539420dc0775f603290 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 1 Nov 2022 10:50:32 +0200 Subject: Mention projectile-project-search-path more prominently --- README.md | 1 + doc/modules/ROOT/pages/index.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a00bb2e..ef9633e 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.0