diff options
| author | Maxim Velesyuk <maxim.velesyuk@areo-gaming.com> | 2015-11-19 14:12:40 +0300 |
|---|---|---|
| committer | Maxim Velesyuk <maxim.velesyuk@areo-gaming.com> | 2015-12-17 14:02:27 +0300 |
| commit | 7840a336bd2fe7277058ce8cff4ce006cb531eae (patch) | |
| tree | e18978345991355f1e60c9f0833a12ddbdddcb56 /README.md | |
| parent | 386ba51f38130291799c71d49938b791268fe0e2 (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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
