summaryrefslogtreecommitdiff
path: root/textproc/nxml-mode/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/nxml-mode/MESSAGE')
-rw-r--r--textproc/nxml-mode/MESSAGE12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/nxml-mode/MESSAGE b/textproc/nxml-mode/MESSAGE
new file mode 100644
index 00000000000..90a542ba9fc
--- /dev/null
+++ b/textproc/nxml-mode/MESSAGE
@@ -0,0 +1,12 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/05/15 21:53:25 tonio Exp $
+
+You will need to add something like the following to your .emacs file to
+autoload the nXML mode for Emacs.
+
+ (load "${LISPDIR}/nxml-mode/rng-auto.el")
+ (setq auto-mode-alist
+ (cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\)\\'" . nxml-mode)
+ auto-mode-alist))
+
+===========================================================================