From d73129105b09691e92a0198b930ca6b844a7b306 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 9 Oct 2014 23:27:06 +0200 Subject: Remove unnecessary autoloads --- emacs/.emacs.d/init.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index bc0338f..5ec6cd2 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -19,18 +19,12 @@ ;;;; Autoloads -(autoload 'jabber-connect "jabber" nil t) -(autoload 'moz-minor-mode "moz" nil t) (autoload 'notifications-notify "notifications") -(autoload 'php-mode "php-mode" nil t) (autoload 'po-mode "po-mode" nil t) (autoload 'pony-mode "pony-mode" nil t) (autoload 'sawfish-mode "sawfish" nil t) -(autoload 'server-running-p "server") (autoload 'tagedit-mode "tagedit" nil t) (autoload 'tern-mode "tern" nil t) -(autoload 'w3m-bookmark-view "w3m" nil t) -(autoload 'w3m-goto-url "w3m" nil t) (autoload 'xmodmap-mode "xmodmap-mode" nil t) ;;;; Macros -- cgit v1.2.3-54-g00ecf