From 14ba8c18f066a745323344b3d87e082ffb501486 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 5 Oct 2024 15:33:57 +0100 Subject: Add dir locals --- .dir-locals.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..7aae383 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,6 @@ +;;; Directory Local Variables -*- no-byte-compile: t; -*- +;;; For more information see (info "(emacs) Directory Variables") + +((c-mode . ((indent-tabs-mode . t) + (flycheck-disabled-checkers c/c++-clang c/c++-gcc))) + (nil . ((compile-command . "make && sudo make install")))) -- cgit v1.2.3-13-gbd6f