aboutsummaryrefslogtreecommitdiffstats
path: root/oni-circe.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-06-12 22:50:44 -0700
committerGravatar Tom Willemse2021-06-12 22:50:44 -0700
commitc89fb0dc93ce317d34fdd2e3dfd91a4d6cbcfa9d (patch)
treeea68187cdd8dd0d2f74c28a1d821d43f075c044a /oni-circe.el
parente71157915fdf8d56bf20c83afa2af4dfdbffc031 (diff)
downloademacs-config-c89fb0dc93ce317d34fdd2e3dfd91a4d6cbcfa9d.tar.gz
emacs-config-c89fb0dc93ce317d34fdd2e3dfd91a4d6cbcfa9d.zip
[oni-circe] Remove autoload cookie
This should be handled by the init file now, not hacked in like this.
Diffstat (limited to 'oni-circe.el')
-rw-r--r--oni-circe.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-circe.el b/oni-circe.el
index d66c476..b3aa316 100644
--- a/oni-circe.el
+++ b/oni-circe.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0612.220735
+;; Version: 2021.0612.224930
;; Package-Requires: (circe oni-lui circe-serenity)
;; This program is free software; you can redistribute it and/or modify
@@ -127,7 +127,5 @@ which may be encrypted."
;;(advice-add 'tracking-status :around #'jjf-external-tracking-advice)
;;(add-hook 'kill-emacs-hook 'oni:clear-irc-mowedline-widget)
-;;;###autoload(with-eval-after-load 'circe (require 'oni-circe))
-
(provide 'oni-circe)
;;; oni-circe.el ends here