aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2020-12-04 00:26:50 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2020-12-04 00:26:50 +0200
commitfaca9fa94df64587e73853e1b2486cac343d7909 (patch)
tree29f9843f34f309f70767fd42069b8d37cf1eaaf7
parent4ae7ec796325876a4f4d7443724a6b84bc815f03 (diff)
[Docs] Document all lifecycle commands
-rw-r--r--doc/modules/ROOT/pages/projects.adoc5
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