aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 8c327b8269d9dba49b7a5403df04126f99c4babc (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-mode    . -1)))
 (nil    . ((compile-command  . "make && sudo make install && killall dwm"))))