blob: 11bd32399e8741292a5db4113342e5cfa0b05397 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
**********************************************************************
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))
**********************************************************************
|