1
0
Fork 0

[emacs] Basic web-mode configuration

* emacs.d/emacs.org (Web Mode): Added.
master
Mike Gerwitz 2016-09-19 23:42:15 -04:00
parent 791cca4a5e
commit c703113de9
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 7 additions and 0 deletions

View File

@ -724,6 +724,13 @@ side-by-side windows.
(lambda ()
(setq indent-line-function 'indent-relative)))
#+END_SRC
** Web Mode
#+BEGIN_SRC emacs-lisp
(setq web-mode-markup-indent-offset 2
web-mode-enable-auto-pairing t
web-mode-enable-auto-closing t)
#+END_SRC
* Editing
I'm told that Emacs is an operating system. I'm also told that it is
an editor. I've been convinced of both.