df98d470f3
Simple major mode to edit YAML file for Emacsen. WWW: http://yaml-mode.clouder.jp/ PR: ports/114383 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
8 lines
348 B
Text
8 lines
348 B
Text
**********************************************************************
|
|
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))
|
|
|
|
**********************************************************************
|