diff options
| author | 2014-06-15 22:05:03 +0200 | |
|---|---|---|
| committer | 2014-06-15 22:05:03 +0200 | |
| commit | 72183ad3e879ed15656f469603fc53b29b52a0eb (patch) | |
| tree | 8abb64af08204af0005178072e0e0c1714a39f24 | |
| parent | 7f1ce6459187af6f72eab748592bb3d492440cba (diff) | |
| download | emacs-72183ad3e879ed15656f469603fc53b29b52a0eb.tar.gz emacs-72183ad3e879ed15656f469603fc53b29b52a0eb.zip | |
Remove unnecessary autoloads
| -rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6a4ed28..9f15ada 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -20,8 +20,6 @@ ;;;; Autoloads (autoload 'jabber-connect "jabber" nil t) -(autoload 'jabber-message-libnotify "jabber-libnotify") -(autoload 'jabber-muc-libnotify "jabber-libnotify") (autoload 'moz-minor-mode "moz" nil t) (autoload 'notifications-notify "notifications") (autoload 'php-mode "php-mode" nil t) |
