pkgsrc-wip/css-mode/MESSAGE
PHO / phonohawk a410cb3e08 Import css-mode-0.11 as wip/css-mode.
This is a simple Emacs mode for editing CSS style sheets. It adds
font-locking and some basic auto-indentation support to Emacs. It
works with Emacs 19.34, but should also work with both older and newer
versions as well as XEmacs.
2008-10-23 05:19:31 +00:00

8 lines
357 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2008/10/23 05:19:31 phonohawk Exp $
Append the following line to your .emacs file:
(autoload 'css-mode "css-mode")
(add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode))
===========================================================================