diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index e86948b1..4b568fe9 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1851,6 +1851,7 @@ Show flycheck errors in a little popup, so I don't lose my place #+BEGIN_SRC emacs-lisp (use-package flycheck-flow :after js2-mode + :if (executable-find "flow") :config (progn (flycheck-add-next-checker 'javascript-eslint 'javascript-flow))) #+END_SRC |