Enable flycheck through .dir-locals.el
This commit is contained in:
parent
26240826c4
commit
ed07a98477
1 changed files with 7 additions and 0 deletions
7
test/.dir-locals.el
Normal file
7
test/.dir-locals.el
Normal 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)))
|
Loading…
Reference in a new issue