From 445ddb61288209df7d992e4f7b8a628f9a54e159 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 23 Jan 2019 17:26:02 +0000 Subject: [PATCH] el/dot-emacs.el: Configure the default CSS indentation. Why have I only just noticed that this was silly? --- el/dot-emacs.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index be340d4..39ffa6f 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3510,6 +3510,11 @@ strip numbers instead." LaTeX-fill-break-at-separators '(\\\[)) ;;;-------------------------------------------------------------------------- +;;; HTML, CSS, and other web foolishness. + +(setq css-indent-offset 2) + +;;;-------------------------------------------------------------------------- ;;; SGML hacking. (defun mdw-sgml-mode () -- 2.11.0