Disabled syntax check on new line.

This commit is contained in:
syl20bnr 2013-04-25 11:58:40 -04:00
parent 2c68ec0a6e
commit 6b02cd51d8

View file

@ -7,3 +7,5 @@
(add-hook (intern (concat (symbol-name mode) "-mode-hook"))
'flycheck-mode))
(setq flycheck-check-syntax-automatically (delq 'new-line flycheck-check-syntax-automatically))