From 0b8ddf67f44e5c2ed994e1605db0482a1aa82193 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 31 Oct 2016 14:58:07 +0100 Subject: Emacs: Set sgml (html) offset to 2 --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1