summary refs log tree commit diff stats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 4b568fe..8cc0a7c 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -2291,7 +2291,8 @@ frameworks that require multiple nested elements to do anything useful.
   :diminish (emmet-mode . " >")
   :init (progn
           (setq emmet-indentation 2)
-          (add-hook 'web-mode-hook #'emmet-mode)))
+          (add-hook 'web-mode-hook #'emmet-mode)
+          (add-hook 'css-mode-hook #'emmet-mode)))
 #+END_SRC
 
 *** web-mode