aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2014-10-28 09:25:29 +0000
committerJavi Merino <javi.merino@arm.com>2015-08-12 16:03:44 +0100
commit32d46a58c38b657a41159efee3f28ec32ac8e680 (patch)
tree9c602c7bd6b27f5d98df0c9539b438c0f0ca9fc7 /.dir-locals.el
parent246c01be5394408759049f28d0529f8c2052e894 (diff)
downloadtrappy-32d46a58c38b657a41159efee3f28ec32ac8e680.tar.gz
dir-locals: Add dir-locals to the repository
It's nice to have it cloned wherever you go
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..7bf5408
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+((nil . ((eval . (progn
+ (require 'projectile)
+ (puthash (projectile-project-root)
+ "nosetests --processes=-1 --process-timeout=60"
+ projectile-test-cmd-map))))))