summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-07-06 13:39:45 +0200
committerAlan Pearce2017-07-06 13:39:45 +0200
commitc4534fd477bc2a79df553c2ac3d7d43963817f6c (patch)
treea0bd4afc42f28436559538f558a296d84f841919
parent98746fdaec9f4272619c2ceeadbbcfa7ec387ea4 (diff)
parent60a00fda542594d6743df058923501f071bb2836 (diff)
downloaddotfiles-c4534fd477bc2a79df553c2ac3d7d43963817f6c.tar.lz
dotfiles-c4534fd477bc2a79df553c2ac3d7d43963817f6c.tar.zst
dotfiles-c4534fd477bc2a79df553c2ac3d7d43963817f6c.zip
Merge branch 'master' of ssh://alanpearce.eu/dotfiles
-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 61c7e0d..99d5899 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -2312,6 +2312,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