el/dot-emacs.el: Configure the default CSS indentation.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 23 Jan 2019 17:26:02 +0000 (17:26 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 23 Jan 2019 17:26:35 +0000 (17:26 +0000)
Why have I only just noticed that this was silly?

el/dot-emacs.el

index be340d4..39ffa6f 100644 (file)
@@ -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 ()