branch: elpa/yaml-mode
commit f68472b00500f546ccff7119cdded54165e529f8
Author: Georgi Valkov <[email protected]>
Commit: Georgi Valkov <[email protected]>
automatically enable yaml-mode for *.yaml files
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index e307888..e74b426 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -406,7 +406,7 @@ margin."
yaml-mode-version)
;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
+(add-to-list 'auto-mode-alist '("\\.ya?ml$" . yaml-mode))
(provide 'yaml-mode)