aboutsummaryrefslogtreecommitdiffstats
path: root/www/css-mode.el/pkg-descr
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>1999-10-23 00:09:12 +0800
committershige <shige@FreeBSD.org>1999-10-23 00:09:12 +0800
commit0f7347678ad3e82af24ca5f8caa526c8a4b79c98 (patch)
tree91b20fe4d17bbea06494829dcb71f70925aeb1c9 /www/css-mode.el/pkg-descr
parent161a5ea19f1f9bb1268cdfe5b2461f49b2c772ac (diff)
downloadfreebsd-ports-gnome-0f7347678ad3e82af24ca5f8caa526c8a4b79c98.tar.gz
freebsd-ports-gnome-0f7347678ad3e82af24ca5f8caa526c8a4b79c98.tar.zst
freebsd-ports-gnome-0f7347678ad3e82af24ca5f8caa526c8a4b79c98.zip
CSS(Cascade Style Sheet) editing major mode for Emacsen.
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