aboutsummaryrefslogblamecommitdiff
path: root/textproc/yaml-mode.el/pkg-message
blob: 330aa6a8e9258a4c021437ccc61cd8bd1d0a4d52 (plain) (tree)
1
2
3
4
5
6
7
8


                




                                                                     


   
[
{ 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
}
]