summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-07-05 19:08:52 +0200
committerAlan Pearce2017-07-05 19:08:52 +0200
commit93f2165cb0a1ecaff5ca40784d5c88d18a3657b4 (patch)
tree28af85907e2ec290b60b9efec29f5bf3e5e70990 /emacs
parent92bdf0b68575dea2a7c5335c76611c5e66508b29 (diff)
downloaddotfiles-93f2165cb0a1ecaff5ca40784d5c88d18a3657b4.tar.lz
dotfiles-93f2165cb0a1ecaff5ca40784d5c88d18a3657b4.tar.zst
dotfiles-93f2165cb0a1ecaff5ca40784d5c88d18a3657b4.zip
Emacs: Enable emmet-mode in web-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index a647479..07c1115 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -2313,6 +2313,7 @@ frameworks that require multiple nested elements to do anything useful.
           (setq emmet-indentation 2
                 emmet-self-closing-tag-style " /")
           (add-hook 'sgml-mode-hook #'emmet-mode)
+          (add-hook 'web-mode-hook #'emmet-mode)
           (add-hook 'css-mode-hook #'emmet-mode)))
 #+END_SRC