diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-05 15:33:57 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-10-05 15:33:57 +0100 |
commit | 14ba8c18f066a745323344b3d87e082ffb501486 (patch) | |
tree | e4eba0016dd7d6313943c03464e634e041dadc9d | |
parent | cd7eaa27b15a3f9e126a25200c2a788aa1011b48 (diff) | |
download | dwmblocks-master.tar.gz dwmblocks-master.tar.bz2 dwmblocks-master.zip |
-rw-r--r-- | .dir-locals.el | 6 |
1 files changed, 6 insertions, 0 deletions
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")))) |