all repos — archive/dotfiles @ 1ddfc50b1e25f757f6e40602d204b3a5ca7db91e

Superseded by nixfiles

Emacs: Install flow-minor-mode
Alan Pearce alan@alanpearce.eu
Mon, 22 May 2017 15:29:49 +0200
commit

1ddfc50b1e25f757f6e40602d204b3a5ca7db91e

parent

7235841ea4cd6477ffe414a9065bf4e99bd05c1d

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

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -2047,6 +2047,15 @@ :config (progn             (add-hook 'js2-mode-hook #'add-node-modules-path)))
 #+END_SRC
 
+**** Flow
+
+#+BEGIN_SRC emacs-lisp
+(use-package flow-minor-mode
+  :after js2-mode
+  :config (progn
+            (add-hook 'js2-mode-hook #'flow-minor-enable-automatically)))
+#+END_SRC
+
 **** Indium
 
 Javascript with an inferior node.js process and a debugger?  Awesome.