all repos — nixfiles @ 0aaf9b4337cee8847a1732b56224a15e7b9c4dc6

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

Emacs: Use any eslint_d instead of global With the package add-node-modules-path, this allows using a local version of eslint_d

Alan Pearce
commit

0aaf9b4337cee8847a1732b56224a15e7b9c4dc6

parent

e708bfa96dbeb11778ed4badee18e7c3cb06b73d

1 file changed, 1 insertion(+), 1 deletion(-)

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