Disabled syntax check on new line.
This commit is contained in:
parent
2c68ec0a6e
commit
6b02cd51d8
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Reference in a new issue