Set 'make lint' as default compile-command

This commit is contained in:
Radon Rosborough 2019-12-31 10:19:43 -07:00
parent 26ddaf3597
commit 737b51a651

1
.dir-locals.el Normal file
View file

@ -0,0 +1 @@
((nil . ((compile-command . "make lint"))))