Skip to content

Commit

Permalink
fix yaml mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Barron committed Feb 12, 2009
1 parent 03c8963 commit 41f311f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini/yaml.el
@@ -1,3 +1,3 @@
(require 'yaml-mode)
(add-to-list 'auto-mode-alist '("\\.yrml$" . yaml-mode))
(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
(add-hook 'yaml-mode-hook 'coding-hook)

0 comments on commit 41f311f

Please sign in to comment.