aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2019-12-31 10:19:43 -0700
committerRadon Rosborough <radon.neon@gmail.com>2019-12-31 10:19:43 -0700
commit737b51a65130fd4b620db91826022306a8417015 (patch)
treebaa8c70625d42d4c0b21937a8198f915e3f8a35d
parent26ddaf359714e322f40192708dac4795757c4ddd (diff)
Set 'make lint' as default compile-command
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..8633aff
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((nil . ((compile-command . "make lint"))))