aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xml-lite.el/pkg-message
blob: 5bd6b971478a5fbc3acc1336a23d259ded7e49de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[
{ type: install
  message: <<EOM
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))
EOM
}
]