all repos — nixfiles @ 6c72dfb857be4f9b79949c444cb1e67ac4a6c97d

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

Emacs: improve flycheck responsiveness
Alan Pearce alan@alanpearce.eu
Fri, 10 Jan 2020 12:28:41 +0100
commit

6c72dfb857be4f9b79949c444cb1e67ac4a6c97d

parent

7dbad1f90caf3745c471a42dac790add65ad160a

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

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -803,7 +803,7 @@ scss-mode-hook             html-mode-hook
             haskell-mode-hook))
   :config (progn
-            (setq flycheck-check-syntax-automatically '(save idle-change idle-buffer-switch mode-enabled)
+            (setq flycheck-check-syntax-automatically '(save idle-buffer-switch mode-enabled)
                   flycheck-highlighting-mode 'sexps)
             (flycheck-define-error-level 'error
               :severity 100