summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-05-03 10:55:02 +0200
committerHans de Graaff <graaff@gentoo.org>2017-05-03 20:25:59 +0200
commit4a6848dd711c9165fe7103bd2fadf1f41547e789 (patch)
tree55a09e781127888ad5aa849a610100a401d9244a /app-emacs/yaml-mode/files
parentapp-emacs/yaml-mode: cleanup (diff)
downloadgentoo-4a6848dd711c9165fe7103bd2fadf1f41547e789.tar.gz
gentoo-4a6848dd711c9165fe7103bd2fadf1f41547e789.tar.bz2
gentoo-4a6848dd711c9165fe7103bd2fadf1f41547e789.zip
app-emacs/yaml-mode: add 0.0.13, update auto-mode-alist accordingly
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'app-emacs/yaml-mode/files')
-rw-r--r--app-emacs/yaml-mode/files/50yaml-mode-gentoo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el b/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el
index d535ff479b81..7f6db15560f4 100644
--- a/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el
+++ b/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el
@@ -1,3 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
(autoload 'yaml-mode "yaml-mode" "Simple mode to edit YAML." t)
-(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))
+(add-to-list 'auto-mode-alist '("\\.\\(e?ya?\\|ra\\)ml\\'" . yaml-mode))