head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.35;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
Css-mode.el emacs-lisp program is an editing major mode.
You can edit CSS(Cascade Style Sheet)-format text easily.

To use this, put the following into your ~/.emacs:

	(autoload 'css-mode "css-mode")
	(setq auto-mode-alist (cons '("\\.css\\'" . css-mode) auto-mode-alist))

WWW: http://www.garshol.priv.no/download/software/css-mode/index.html
@
