summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-12-14 10:59:16 +0100
committerAlan Pearce2016-12-14 10:59:16 +0100
commitb03264235e8f01c5662c8181c6ea85ca3be8c4f2 (patch)
tree3fa3e7b1efbf8b4dc86a71e59149759ba1b6ead3 /tag-emacs/emacs.d
parentf6f869d01cb7b9ccc87cedc8a93fe87cb7dd8ed9 (diff)
downloadnixfiles-b03264235e8f01c5662c8181c6ea85ca3be8c4f2.tar.lz
nixfiles-b03264235e8f01c5662c8181c6ea85ca3be8c4f2.tar.zst
nixfiles-b03264235e8f01c5662c8181c6ea85ca3be8c4f2.zip
Emacs: Set emmet indentation
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 3b86248a..a572362b 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