summaryrefslogtreecommitdiff
path: root/app-emacs/yaml-mode/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/yaml-mode/files')
-rw-r--r--app-emacs/yaml-mode/files/50yaml-mode-gentoo.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el b/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el
new file mode 100644
index 000000000000..7f6db15560f4
--- /dev/null
+++ b/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el
@@ -0,0 +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 '("\\.\\(e?ya?\\|ra\\)ml\\'" . yaml-mode))