From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-emacs/jam-mode/files/50jam-mode-gentoo.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app-emacs/jam-mode/files/50jam-mode-gentoo.el (limited to 'app-emacs/jam-mode/files') diff --git a/app-emacs/jam-mode/files/50jam-mode-gentoo.el b/app-emacs/jam-mode/files/50jam-mode-gentoo.el new file mode 100644 index 000000000000..33b7d29cb59b --- /dev/null +++ b/app-emacs/jam-mode/files/50jam-mode-gentoo.el @@ -0,0 +1,5 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'jam-mode "jam-mode" "Generic mode for Jam rules files" t) +(add-to-list + 'auto-mode-alist + '("\\(\\.jam\\|[Jj]ambase\\|[Jj]amfile\\|[Jj]amrules\\)\\'" . jam-mode)) -- cgit v1.2.3