pkgsrc-wip/rnc-mode/MESSAGE
PHO / phonohawk 0eb50e66d8 Import rnc-mode-1.0b3 as wip/rnc-mode.
A small emacs mode for editing RELAX NG schemas in the compact
syntax. It's just a beta. The indentation function needs some
improvement.
2008-10-21 07:20:29 +00:00

8 lines
357 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2008/10/21 07:20:29 phonohawk Exp $
Append the following line to your .emacs file:
(autoload 'rnc-mode "rnc-mode")
(add-to-list 'auto-mode-alist '("\\.rnc\\'" . rnc-mode))
===========================================================================