summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-11-09 09:16:22 +0100
committerAlan Pearce2015-11-09 09:16:22 +0100
commite52aef3c88ff8487605ab8773959a493a5734616 (patch)
tree7c0b3291fa8a51e739d9ffdef326a70b1a8499dc /tag-emacs
parent8dd85354ccc40bfbb43bf0051074e17ec3d58f94 (diff)
downloaddotfiles-e52aef3c88ff8487605ab8773959a493a5734616.tar.lz
dotfiles-e52aef3c88ff8487605ab8773959a493a5734616.tar.zst
dotfiles-e52aef3c88ff8487605ab8773959a493a5734616.zip
Emacs: Load skewer in web-mode
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org13
1 files changed, 7 insertions, 6 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 464b0cb..94d2bf8 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1930,12 +1930,13 @@ really seem to use it.
 I don’t use this as often as I probably should.  I should figure out
 why that is.
 #+BEGIN_SRC emacs-lisp
-(req-package skewer-mode
-  :defer t
-  :init (progn
-          (add-hook 'js2-mode-hook #'skewer-mode)
-          (add-hook 'html-mode-hook #'skewer-html-mode)
-          (add-hook 'css-mode-hook #'skewer-css-mode)))
+  (req-package skewer-mode
+    :defer t
+    :init (progn
+            (add-hook 'js2-mode-hook #'skewer-mode)
+            (add-hook 'html-mode-hook #'skewer-html-mode)
+            (add-hook 'web-mode-hook #'skewer-html-mode)
+            (add-hook 'css-mode-hook #'skewer-css-mode)))
 #+END_SRC
 
 *** js2-mode