Fix css-mode indention in emacs
Here’s a quick fix for the obnoxious default indention settings for emacs. Just drop these lines into your .emacs file:
(setq cssm-indent-level 4)
(setq cssm-newline-before-closing-bracket t)
(setq cssm-indent-function #'cssm-c-style-indenter)
(setq cssm-mirror-mode nil)
Thanks to stokebloke.com for saving my sanity.
January 20th, 2009 • Comments Off • Tags: design, howto, linux, tech •









