all repos — nixfiles @ 3b8e49259080ac24eb4015d9a8ce94aba753e123

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

Emacs: Setup flycheck-flow
Alan Pearce alan@alanpearce.eu
Fri, 12 May 2017 15:51:30 +0200
commit

3b8e49259080ac24eb4015d9a8ce94aba753e123

parent

0aaf9b4337cee8847a1732b56224a15e7b9c4dc6

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -1730,6 +1730,14 @@ (if (executable-find "eslint_d")                 (setq flycheck-javascript-eslint-executable "eslint_d"))))
 #+END_SRC
 
+*** flycheck-flow
+
+#+BEGIN_SRC emacs-lisp
+(use-package flycheck-flow
+  :config (progn
+            (flycheck-add-next-checker 'javascript-eslint 'javascript-flow)))
+#+END_SRC
+
 ** golang
 
 Go has a few packages to inter-operate with other emacs packages.