From 3fcdaefe9cd5692cfb622e2f70cfbba2d97063ac Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 9 Mar 2010 02:20:35 -0500 Subject: [PATCH] Added gentoo-syntax and ebuild-mode autoload/modes. --- auto-modes.el | 5 ++++- autoloads.el | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/auto-modes.el b/auto-modes.el index 39abd42..0dad7c3 100644 --- a/auto-modes.el +++ b/auto-modes.el @@ -20,7 +20,10 @@ ;; css-mode '("\\.css$" . css-mode) - + + ;; ebuild-mode + '("\\.ebuild$" . ebuild-mode) + ;; ecmascript-mode '("\\.js$" . ecmascript-mode) diff --git a/autoloads.el b/autoloads.el index e1c9bb7..beb61a0 100644 --- a/autoloads.el +++ b/autoloads.el @@ -3,6 +3,7 @@ (autoload 'csharp-mode "csharp-mode" nil t) (autoload 'css-mode "css-mode" nil t) (autoload 'ecmascript-mode "ecmascript-mode" nil t) +(autoload 'gentoo-syntax "gentoo-syntax" nil t) (autoload 'haskell-mode "haskell-mode" nil t) (autoload 'nagios-mode "nagios-mode" nil t) (autoload 'nxml-mode "nxml-mode" nil t) -- 2.43.2