update Mon Jun 21 18:37:00 PDT 2010
[pkgsrc.git] / wip / rst-mode / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 Append the following line to your .emacs file:
5
6   (autoload 'rst-mode "rst"
7             "mode for editing reStructuredText documents" t)
8   (setq auto-mode-alist
9         (append '(("\\.rst$" . rst-mode)
10                   ("\\.rest$" . rst-mode)) auto-mode-alist))
11
12 ===========================================================================