aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 7 insertions, 0 deletions
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 =<=