mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
481 B
Plaintext
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))
|
|
|
|
===========================================================================
|