From 4c59c555d082d985648e7eee0b367b83d2e41d8e Mon Sep 17 00:00:00 2001 From: sbenner Date: Fri, 15 Nov 2013 12:03:25 -0500 Subject: [PATCH] Remove flycheck integration with next-error Prefere to call flycheck-next-error explicitly. --- init-package/init-flycheck.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init-package/init-flycheck.el b/init-package/init-flycheck.el index 8f9306b0c..cb0b5a63a 100644 --- a/init-package/init-flycheck.el +++ b/init-package/init-flycheck.el @@ -9,3 +9,4 @@ 'flycheck-mode)) (setq flycheck-check-syntax-automatically '(save mode-enabled)) +(setq flycheck-standard-error-navigation nil)