aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xml-lite.el/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xml-lite.el/pkg-message')
-rw-r--r--textproc/xml-lite.el/pkg-message4
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))