diff options
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 |
