freebsd-ports/textproc/xml-lite.el/pkg-message
Yoichi NAKAYAMA cfcba05110 Add xml-lite.el, provides a simple indentation engine for XML.
PR:		ports/35067
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-02-18 08:42:36 +00:00

4 lines
182 B
Text

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))