summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-10-09 23:27:06 +0200
committerGravatar Tom Willemse2014-10-09 23:27:06 +0200
commitd73129105b09691e92a0198b930ca6b844a7b306 (patch)
treed895e7ab6afff0eba4d0f4bf3553e8192a89c0e8 /emacs
parent26469170bf53dbe6700a36b8c0ac595dcdaaff50 (diff)
downloaddotfiles-d73129105b09691e92a0198b930ca6b844a7b306.tar.gz
dotfiles-d73129105b09691e92a0198b930ca6b844a7b306.zip
Remove unnecessary autoloads
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 0 insertions, 6 deletions
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