Remove flycheck integration with next-error

Prefere to call flycheck-next-error explicitly.
This commit is contained in:
sbenner 2013-11-15 12:03:25 -05:00
parent 8f1e088b0a
commit 4c59c555d0

View file

@ -9,3 +9,4 @@
'flycheck-mode))
(setq flycheck-check-syntax-automatically '(save mode-enabled))
(setq flycheck-standard-error-navigation nil)