chiark / gitweb /
el/dot-emacs.el: Configure the default CSS indentation.
[profile] / el / dot-emacs.el
index be340d4bb11340332972bb5cc60ea07df66cdd2f..39ffa6f919db56b331c090b1d0327878374ed11c 100644 (file)
@@ -3509,6 +3509,11 @@ (eval-after-load 'font-latex
 (setq LaTeX-syntactic-comments nil
       LaTeX-fill-break-at-separators '(\\\[))
 
+;;;--------------------------------------------------------------------------
+;;; HTML, CSS, and other web foolishness.
+
+(setq css-indent-offset 2)
+
 ;;;--------------------------------------------------------------------------
 ;;; SGML hacking.