diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-12-04 00:26:50 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-12-04 00:26:50 +0200 |
| commit | faca9fa94df64587e73853e1b2486cac343d7909 (patch) | |
| tree | 29f9843f34f309f70767fd42069b8d37cf1eaaf7 /doc | |
| parent | 4ae7ec796325876a4f4d7443724a6b84bc815f03 (diff) | |
[Docs] Document all lifecycle commands
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index f8e3681..cd94b90 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -643,12 +643,15 @@ your project, you could customize it with the following: ((nil . ((projectile-project-name . "your-project-name-here")))) ---- -== Configure a Project's Compilation, Test and Run commands +== Configure a Project's Lifecycle Commands There are a few variables that are intended to be customized via `.dir-locals.el`. +* for configuration - `projectile-project-configure-cmd` * for compilation - `projectile-project-compilation-cmd` * for testing - `projectile-project-test-cmd` +* for installation - `projectile-project-install-cmd` +* for packaging - `projectile-project-package-cmd` * for running - `projectile-project-run-cmd` When these variables have their default value of `nil`, Projectile |
