summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index db31c419..5166a032 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1921,7 +1921,7 @@ This is for HTML, since old versions of HTML were derived from SGML.
 #+BEGIN_SRC emacs-lisp
   (use-package sgml-mode
     :defer t
-    :config (setq sgml-basic-offset 4))
+    :config (setq sgml-basic-offset 2))
 #+END_SRC
 
 *** emmet-mode