2013-09-26 17:14:40 +02:00

13 lines
481 B
Plaintext

===========================================================================
$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))
===========================================================================