aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 7aae38392941a5643aeb49e0262e997fc714f24e (plain)
1
2
3
4
5
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"))))