pkgsrc-wip/yaml-mode/MESSAGE
PHO / phonohawk dea4f76505 Import yaml-mode-0.0.7nb20120306 as wip/yaml-mode.
Emacs major mode for editing YAML files; YAML Ain't Markup Language.

See: http://yaml.org/
2012-03-06 04:38:39 +00:00

10 lines
413 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2012/03/06 04:38:39 phonohawk Exp $
Append the following line to your .emacs file:
(autoload 'yaml-mode "yaml-mode"
"Major mode for editing YAML files." t)
(add-to-list 'auto-mode-alist '("\\.ya?ml$" . yaml-mode))
===========================================================================