aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/ROOT/pages/usage.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc
index ac45cfb..b23291d 100644
--- a/doc/modules/ROOT/pages/usage.adoc
+++ b/doc/modules/ROOT/pages/usage.adoc
@@ -361,3 +361,14 @@ The commander was created with the idea to provide a powerful project switching
| kbd:[v]
| Open project root in vc-dir or magit.
|===
+
+You can add additional commands to the commander like this:
+
+[source,elisp]
+----
+(def-projectile-commander-method ?f
+ "Find file in project."
+ (projectile-find-file))
+----
+
+Place such snippets after ``projectile-mode``'s init code.