Added compile-command dir-local for quick compilation

This commit is contained in:
2024-06-12 04:31:49 +01:00
parent db5605a181
commit 67a1f67487

View File

@@ -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"))))