From b03264235e8f01c5662c8181c6ea85ca3be8c4f2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 14 Dec 2016 10:59:16 +0100 Subject: Emacs: Set emmet indentation --- tag-emacs/emacs.d/init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 3b86248..a572362 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2015,6 +2015,7 @@ frameworks that require multiple nested elements to do anything useful. :commands (emmet-mode) :diminish (emmet-mode . " >") :init (progn + (setq emmet-indentation 2) (add-hook 'web-mode-hook #'emmet-mode))) #+END_SRC -- cgit 1.4.1