From c7882b51fa2bf967d7a357690ecc14e1958a162d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 11 Jul 2016 11:46:00 +0200 Subject: Emacs: Don’t flycheck whilst idle --- tag-emacs/emacs.d/init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 13f42bf..5efc3d8 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1636,7 +1636,9 @@ On-the-fly error checking in programming modes? Yes please. (use-package flycheck :diminish " ✓" :defer 5 - :config (global-flycheck-mode)) + :config (progn + (global-flycheck-mode) + (setq flycheck-check-syntax-automatically '(save new-line mode-enabled)))) #+END_SRC ** golang -- cgit 1.4.1