all repos — nixfiles @ 1ddfc50b1e25f757f6e40602d204b3a5ca7db91e

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

Emacs: Install flow-minor-mode

Alan Pearce
commit

1ddfc50b1e25f757f6e40602d204b3a5ca7db91e

parent

7235841ea4cd6477ffe414a9065bf4e99bd05c1d

1 file 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.