Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > ecc5a0a22f3554b5d0c623862eb8557c > files > 1

emacs-yaml-mode-0.0.4-2mdv2011.0.noarch.rpm

;; -*- Mode: Emacs-Lisp -*-
; 
; Redistribution of this file is permitted under the terms of the GNU 
; Public License (GPL)
;

(autoload 'yaml-mode "yaml-mode" nil t)
(setq auto-mode-alist (append '(("\\.yml?\\'" . yaml-mode)) auto-mode-alist))

(add-hook 'yaml-mode-hook
      '(lambda ()
        (define-key yaml-mode-map "\C-m" 'newline-and-indent)))