From fd3b5bff9d547f17eb0e783a24cc5939673ee330 Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Fri, 22 Oct 1999 16:09:12 +0000 Subject: CSS(Cascade Style Sheet) editing major mode for Emacsen. --- www/css-mode.el/pkg-descr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 www/css-mode.el/pkg-descr (limited to 'www/css-mode.el/pkg-descr') diff --git a/www/css-mode.el/pkg-descr b/www/css-mode.el/pkg-descr new file mode 100644 index 000000000000..33fae966364a --- /dev/null +++ b/www/css-mode.el/pkg-descr @@ -0,0 +1,9 @@ +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.stud.ifi.uio.no/~lmariusg/download/css-mode.html -- cgit v1.2.3