summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 464b0cb9..94d2bf89 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