From: Mark Wooding Date: Wed, 23 Jan 2019 17:26:02 +0000 (+0000) Subject: el/dot-emacs.el: Configure the default CSS indentation. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/445ddb61288209df7d992e4f7b8a628f9a54e159 el/dot-emacs.el: Configure the default CSS indentation. Why have I only just noticed that this was silly? --- 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 ()