summaryrefslogtreecommitdiff
path: root/textproc/nxml-mode/MESSAGE
blob: 90a542ba9fce210bd03b9b0314acd448055d8d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
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))

===========================================================================