Emacs: Don’t flycheck whilst idle
Alan Pearce alan.pearce@spotcap.com
Mon, 11 Jul 2016 11:46:00 +0200
1 files changed, 3 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -1636,7 +1636,9 @@ #+BEGIN_SRC emacs-lisp (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