summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-09-27 16:34:55 +0100
committerAlan Pearce2013-09-27 16:34:55 +0100
commit1066cf861b650ac1a40e834dc08f48137fc3936a (patch)
tree56f62e408959899d8efff42a8fdee91c3afe2fd2 /emacs
parent46d307ed8bb790f35d5944ac4b93e1f77e1fc2f6 (diff)
downloaddotfiles-1066cf861b650ac1a40e834dc08f48137fc3936a.tar.lz
dotfiles-1066cf861b650ac1a40e834dc08f48137fc3936a.tar.zst
dotfiles-1066cf861b650ac1a40e834dc08f48137fc3936a.zip
Setup emmet-mode
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 19296aa..c179c27 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1174,6 +1174,9 @@ Works with: arglist-cont-nonempty, arglist-close."
   :defer t
   :config (setq sgml-basic-offset 4))
 
+(use-package emmet-mode
+  :ensure t)
+
 (use-package web-mode
   :defer t
   :mode (("/views/.*\\.php\\'" . web-mode)