all repos — nixfiles @ 7235841ea4cd6477ffe414a9065bf4e99bd05c1d

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

Emacs: Load flycheck-flow after js2-mode
Alan Pearce alan@alanpearce.eu
Mon, 22 May 2017 15:29:35 +0200
commit

7235841ea4cd6477ffe414a9065bf4e99bd05c1d

parent

a4598d8f46876743549f31c3582e3209da8991ec

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -1727,6 +1727,7 @@ *** flycheck-flow 
 #+BEGIN_SRC emacs-lisp
 (use-package flycheck-flow
+  :after js2-mode
   :config (progn
             (flycheck-add-next-checker 'javascript-eslint 'javascript-flow)))
 #+END_SRC