From: Michael Orlitzky Date: Sat, 25 Feb 2012 19:57:11 +0000 (-0500) Subject: Remove the autoloads entirely, since they are now handled properly by Gentoo. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=c2f68f50d024a966b6121882eba534e5b4d9f46e Remove the autoloads entirely, since they are now handled properly by Gentoo. --- diff --git a/.emacs b/.emacs index 7626bb6..630ea66 100644 --- a/.emacs +++ b/.emacs @@ -69,7 +69,6 @@ (load-library "auto-modes") (load-library "mode-hooks") -(load-library "autoloads") ;; Open private IRC messages in a new buffer. diff --git a/autoloads.el b/autoloads.el deleted file mode 100644 index beb61a0..0000000 --- a/autoloads.el +++ /dev/null @@ -1,12 +0,0 @@ -(autoload 'apache-mode "apache-mode" nil t) -(autoload 'basic-mode "basic-mode" nil t) -(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) -(autoload 'php-mode "php-mode" nil t) -(autoload 'python-mode "python-mode" nil t) -(autoload 'ruby-mode "ruby-mode" nil t)