Enable flycheck through .dir-locals.el

This commit is contained in:
Patrick Winter 2019-11-04 13:47:28 +01:00
parent 26240826c4
commit ed07a98477

7
test/.dir-locals.el Normal file
View file

@ -0,0 +1,7 @@
((emacs-lisp-mode
(eval . (flycheck-mode))
(eval . (checkdoc-minor-mode))
(indent-tabs-mode . nil)
(fill-column . 80)
(sentence-end-double-space . t)
(emacs-lisp-docstring-fill-column . 75)))