Installation CSS-mode is easily installed; just insert this in your .emacs file: (autoload 'css-mode "css-mode") (setq auto-mode-alist (cons '("\\.css\\'" . css-mode) auto-mode-alist)) Features Font-lock The most important feature is probably the font-locking support, which works just like all other major modes with font-lock support. Indentation help css-mode has now been extended to support two