el/dot-emacs.el: Configure the default CSS indentation.
[profile] / 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 ()