diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2019-12-31 10:19:43 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2019-12-31 10:19:43 -0700 |
| commit | 737b51a65130fd4b620db91826022306a8417015 (patch) | |
| tree | baa8c70625d42d4c0b21937a8198f915e3f8a35d | |
| parent | 26ddaf359714e322f40192708dac4795757c4ddd (diff) | |
Set 'make lint' as default compile-command
| -rw-r--r-- | .dir-locals.el | 1 |
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")))) |
