Disable flycheck mode properly in dir-locals
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
((c-mode . ((indent-tabs-mode . t)
|
((c-mode . ((indent-tabs-mode . t)
|
||||||
(flycheck-mode . -1)))
|
(flycheck-disabled-checkers c/c++-clang c/c++-gcc)))
|
||||||
(nil . ((compile-command . "make && sudo make install && killall dwm"))))
|
(nil . ((compile-command . "make && sudo make install && killall dwm"))))
|
||||||
|
|||||||
Reference in New Issue
Block a user