From 67a1f67487d4bc0e992892c754657be44ad1cd6b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 12 Jun 2024 04:31:49 +0100 Subject: Added compile-command dir-local for quick compilation --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")))) -- cgit v1.2.3-13-gbd6f