diff --git a/emacs.d/emacs.org b/emacs.d/emacs.org index d5f7b4b..153b7cd 100644 --- a/emacs.d/emacs.org +++ b/emacs.d/emacs.org @@ -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.