From 737b51a65130fd4b620db91826022306a8417015 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 31 Dec 2019 10:19:43 -0700 Subject: Set 'make lint' as default compile-command --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 .dir-locals.el 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")))) -- cgit v1.0