===========================================================================
$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))

===========================================================================
