diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-02-18 16:42:36 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-02-18 16:42:36 +0800 |
commit | d0148a52faebbc65069359b200b0f2b0d4d495d8 (patch) | |
tree | 25d547770a63d887533c7fd91a8879c0a4b028d5 /textproc/xml-lite.el/pkg-message | |
parent | b45e78eee70d8dc879ed9e3398c474aade78c168 (diff) | |
download | freebsd-ports-gnome-d0148a52faebbc65069359b200b0f2b0d4d495d8.tar.gz freebsd-ports-gnome-d0148a52faebbc65069359b200b0f2b0d4d495d8.tar.zst freebsd-ports-gnome-d0148a52faebbc65069359b200b0f2b0d4d495d8.zip |
Add xml-lite.el, provides a simple indentation engine for XML.
PR: ports/35067
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to 'textproc/xml-lite.el/pkg-message')
-rw-r--r-- | textproc/xml-lite.el/pkg-message | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/xml-lite.el/pkg-message b/textproc/xml-lite.el/pkg-message new file mode 100644 index 000000000000..5e2c02ef3e8a --- /dev/null +++ b/textproc/xml-lite.el/pkg-message @@ -0,0 +1,4 @@ +To use xml-lite-mode, add to your ~/.emacs the following lines: + +(autoload 'xml-lite-mode "xml-lite" "XML-Lite mode" t) +(add-to-list 'auto-mode-alist '("\\.xml\\'" . xml-lite-mode)) |