all repos — nixfiles @ 26c9e755f3189f873b811225869b2627e52592fd

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

Emacs: Use eslint_d for flycheck, if installed
Alan Pearce alan@alanpearce.uk
Wed, 22 Feb 2017 11:43:01 +0100
commit

26c9e755f3189f873b811225869b2627e52592fd

parent

321bf7276b55ed9b26037514bda69b68fcd264e4

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

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1734,7 +1734,9 @@ :diminish " ✓"   :defer 5
   :config (progn
             (global-flycheck-mode)
-            (setq flycheck-check-syntax-automatically '(save new-line mode-enabled))))
+            (setq flycheck-check-syntax-automatically '(save new-line mode-enabled))
+            (if (executable-find "eslint_d")
+                (setq flycheck-javascript-eslint-executable (executable-find "eslint_d")))))
 #+END_SRC
 
 ** golang