From ff6e43d0962a903b33a5aa266cb3f79cf37a1868 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 31 Jan 2010 18:07:50 -0800 Subject: [PATCH] enabled yaml mode --- emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs b/emacs index df68c9a..05c78fe 100644 --- a/emacs +++ b/emacs @@ -197,8 +197,8 @@ ;; (require 'textile-mode) ;; (add-to-list 'auto-mode-alist '("\\.textile\\'" . textile-mode)) -;; (require 'yaml-mode) -;; (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) +(require 'yaml-mode) +(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) ;; keep a list of recently visited files