aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 6b0bf74..8c327b8 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,4 +2,5 @@
;;; For more information see (info "(emacs) Directory Variables")
((c-mode . ((indent-tabs-mode . t)
- (flycheck-mode . -1))))
+ (flycheck-mode . -1)))
+ (nil . ((compile-command . "make && sudo make install && killall dwm"))))