freebsd-ports/textproc/yaml-mode.el/pkg-message

12 lines
248 B
Plaintext

[
{ type: install
message: <<EOM
To use yaml-mode, you should add following lines to your .emacs file:
(require 'yaml-mode)
(add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))
(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
EOM
}
]