diff options
author | Alan Pearce | 2017-07-06 13:39:45 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-06 13:39:45 +0200 |
commit | c4534fd477bc2a79df553c2ac3d7d43963817f6c (patch) | |
tree | a0bd4afc42f28436559538f558a296d84f841919 | |
parent | 98746fdaec9f4272619c2ceeadbbcfa7ec387ea4 (diff) | |
parent | 60a00fda542594d6743df058923501f071bb2836 (diff) | |
download | nixfiles-c4534fd477bc2a79df553c2ac3d7d43963817f6c.tar.lz nixfiles-c4534fd477bc2a79df553c2ac3d7d43963817f6c.tar.zst nixfiles-c4534fd477bc2a79df553c2ac3d7d43963817f6c.zip |
Merge branch 'master' of ssh://alanpearce.eu/dotfiles
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 61c7e0d8..99d5899c 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 |