From 3dfa39bffb4ba3817df64475062ccd1f4ecff735 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 6 May 2018 23:16:55 -0700 Subject: Enable Fill Column Indicator in JS2 mode --- emacs/.emacs.d/init.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 95e2669..fde7e4c 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1225,6 +1225,13 @@ Computing Environment". (add-hook 'js2-mode-hook 'company-mode) #+END_SRC + Enable Fill Column Indicator mode to remind me where not to let the + code go past. + + #+BEGIN_SRC emacs-lisp + (add-hook 'js2-mode-hook 'fci-mode) + #+END_SRC + ** HTML mode Enable electric pairing so I don't have to worry about closing =<= -- cgit v1.2.3-54-g00ecf