===========================================================================
$NetBSD$

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

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