mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
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>
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
**********************************************************************
|
|
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))
|
|
|
|
**********************************************************************
|