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://www.chiark.greenend.org.uk/ucgi/~mdw/git/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 @@ -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.