aboutsummaryrefslogtreecommitdiff
path: root/www/css-mode.el/pkg-descr
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-10-22 16:09:12 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-10-22 16:09:12 +0000
commitfd3b5bff9d547f17eb0e783a24cc5939673ee330 (patch)
tree33726ee71a1a79d2ab23d293144943d640c93f7e /www/css-mode.el/pkg-descr
parent956c11bc3b7136aa7d6d16cb9629b67b0701bdaf (diff)
downloadports-fd3b5bff9d547f17eb0e783a24cc5939673ee330.tar.gz
ports-fd3b5bff9d547f17eb0e783a24cc5939673ee330.zip
CSS(Cascade Style Sheet) editing major mode for Emacsen.
Notes
Notes: svn path=/head/; revision=22587
Diffstat (limited to 'www/css-mode.el/pkg-descr')
-rw-r--r--www/css-mode.el/pkg-descr9
1 files changed, 9 insertions, 0 deletions
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