Remove unnecessary autoloads
This commit is contained in:
parent
26469170bf
commit
d73129105b
1 changed files with 0 additions and 6 deletions
|
@ -19,18 +19,12 @@
|
||||||
|
|
||||||
;;;; Autoloads
|
;;;; Autoloads
|
||||||
|
|
||||||
(autoload 'jabber-connect "jabber" nil t)
|
|
||||||
(autoload 'moz-minor-mode "moz" nil t)
|
|
||||||
(autoload 'notifications-notify "notifications")
|
(autoload 'notifications-notify "notifications")
|
||||||
(autoload 'php-mode "php-mode" nil t)
|
|
||||||
(autoload 'po-mode "po-mode" nil t)
|
(autoload 'po-mode "po-mode" nil t)
|
||||||
(autoload 'pony-mode "pony-mode" nil t)
|
(autoload 'pony-mode "pony-mode" nil t)
|
||||||
(autoload 'sawfish-mode "sawfish" nil t)
|
(autoload 'sawfish-mode "sawfish" nil t)
|
||||||
(autoload 'server-running-p "server")
|
|
||||||
(autoload 'tagedit-mode "tagedit" nil t)
|
(autoload 'tagedit-mode "tagedit" nil t)
|
||||||
(autoload 'tern-mode "tern" 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)
|
(autoload 'xmodmap-mode "xmodmap-mode" nil t)
|
||||||
|
|
||||||
;;;; Macros
|
;;;; Macros
|
||||||
|
|
Loading…
Reference in a new issue