Merge pull request from ToBeReplaced/prelude-yaml

Add prelude-yaml
This commit is contained in:
Bozhidar Batsov 2014-09-04 14:08:52 +03:00
commit 8a3e58ac86
3 changed files with 45 additions and 0 deletions

View file

@ -160,6 +160,7 @@ PACKAGE is installed only if not already present. The file is opened in MODE."
("\\.swift\\'" swift-mode swift-mode)
("\\.textile\\'" textile-mode textile-mode)
("\\.yml\\'" yaml-mode yaml-mode)
("\\.yaml\\'" yaml-mode yaml-mode)
("Dockerfile\\'" dockerfile-mode dockerfile-mode)))
;; markdown-mode doesn't have autoloads for the auto-mode-alist