]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Remove the autoloads entirely, since they are now handled properly by Gentoo.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 25 Feb 2012 19:57:11 +0000 (14:57 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 25 Feb 2012 19:57:11 +0000 (14:57 -0500)
.emacs
autoloads.el [deleted file]

diff --git a/.emacs b/.emacs
index 7626bb67a2b1640b78d8a9288c4ba8ddafa392d4..630ea6680d29d151c2a7d7b117a67fbaba798bf9 100644 (file)
--- 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 (file)
index beb61a0..0000000
+++ /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)