cfcba05110
PR: ports/35067 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
4 lines
182 B
Text
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))
|