pkgsrc-wip/vimrc-mode/MESSAGE
PHO / phonohawk 64d3c5233b Import vimrc-mode-0.2.1 as wip/vimrc-mode.
vimrc-mode.el for emacs. It's completely not acceptable for 20+ years
later, there is not even a mode for editing vimrc files for emacs.
2012-06-06 01:44:07 +00:00

10 lines
449 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2012/06/06 01:44:07 phonohawk Exp $
Append the following line to your .emacs file:
(autoload 'vimrc-mode "vimrc-mode"
"Major mode for editing `.vimrc', `xxx.vim' and `.exrc' files." t)
(add-to-list 'auto-mode-alist '("\\.vim\\(rc\\)?$" . vimrc-mode))
===========================================================================