aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMaxim Velesyuk <maxim.velesyuk@areo-gaming.com>2015-11-19 14:12:40 +0300
committerMaxim Velesyuk <maxim.velesyuk@areo-gaming.com>2015-12-17 14:02:27 +0300
commit7840a336bd2fe7277058ce8cff4ce006cb531eae (patch)
treee18978345991355f1e60c9f0833a12ddbdddcb56 /README.md
parent386ba51f38130291799c71d49938b791268fe0e2 (diff)
[Fix #907] Add ability to use elisp functions for run, test and compile commands
Add projectile-maybe-read-command to abstract commands reading. Add projectile-run-compilation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d08b6f1..d95dd7d 100644
--- a/README.md
+++ b/README.md
@@ -536,6 +536,11 @@ There are a few variables that are intended to be customized via `.dir-locals.el
They're all set to `nil` by default, but by setting them you'll override the
default commands per each supported project type.
+These variables can be strings to run external commands or Emacs Lisp functions:
+
+```
+(setq projectile-test-cmd #'custom-test-function)
+```
### Helm Integration