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