summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2016-10-31 14:58:07 +0100
committerAlan Pearce2016-10-31 14:58:07 +0100
commit0b8ddf67f44e5c2ed994e1605db0482a1aa82193 (patch)
tree100931dae1012119874aaf1a7776b0ae54fbd612 /tag-emacs/emacs.d/init.org
parenta32381dad8fdd9e488d5191f6c72aaeda3ee4ffd (diff)
downloaddotfiles-0b8ddf67f44e5c2ed994e1605db0482a1aa82193.tar.lz
dotfiles-0b8ddf67f44e5c2ed994e1605db0482a1aa82193.tar.zst
dotfiles-0b8ddf67f44e5c2ed994e1605db0482a1aa82193.zip
Emacs: Set sgml (html) offset to 2
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-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 db31c41..5166a03 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