all repos — nixfiles @ c7882b51fa2bf967d7a357690ecc14e1958a162d

System and user configuration, managed by nix and home-manager

Emacs: Don’t flycheck whilst idle
Alan Pearce alan.pearce@spotcap.com
Mon, 11 Jul 2016 11:46:00 +0200
commit

c7882b51fa2bf967d7a357690ecc14e1958a162d

parent

ba995d986b533881c949ba4035e35fe36fe4eeb8

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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