summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2017-05-12 15:51:30 +0200
committerAlan Pearce2017-05-12 15:51:30 +0200
commit3b8e49259080ac24eb4015d9a8ce94aba753e123 (patch)
tree9203476a25758945265af2d691d84a21a858922a /emacs/.emacs.d
parent0aaf9b4337cee8847a1732b56224a15e7b9c4dc6 (diff)
downloaddotfiles-3b8e49259080ac24eb4015d9a8ce94aba753e123.tar.lz
dotfiles-3b8e49259080ac24eb4015d9a8ce94aba753e123.tar.zst
dotfiles-3b8e49259080ac24eb4015d9a8ce94aba753e123.zip
Emacs: Setup flycheck-flow
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index f87f7c4..628c90e 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1730,6 +1730,14 @@ On-the-fly error checking in programming modes?  Yes please.
                 (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.