Enable Fill Column Indicator in JS2 mode
This commit is contained in:
parent
1710d2f7ee
commit
3dfa39bffb
1 changed files with 7 additions and 0 deletions
|
@ -1225,6 +1225,13 @@ Computing Environment".
|
||||||
(add-hook 'js2-mode-hook 'company-mode)
|
(add-hook 'js2-mode-hook 'company-mode)
|
||||||
#+END_SRC
|
#+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
|
** HTML mode
|
||||||
|
|
||||||
Enable electric pairing so I don't have to worry about closing =<=
|
Enable electric pairing so I don't have to worry about closing =<=
|
||||||
|
|
Loading…
Reference in a new issue