1
0
Fork 0

[oni-circe] Remove autoload cookie

This should be handled by the init file now, not hacked in like this.
This commit is contained in:
Tom Willemse 2021-06-12 22:50:44 -07:00
parent e71157915f
commit c89fb0dc93

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0612.220735 ;; Version: 2021.0612.224930
;; Package-Requires: (circe oni-lui circe-serenity) ;; Package-Requires: (circe oni-lui circe-serenity)
;; This program is free software; you can redistribute it and/or modify ;; 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) ;;(advice-add 'tracking-status :around #'jjf-external-tracking-advice)
;;(add-hook 'kill-emacs-hook 'oni:clear-irc-mowedline-widget) ;;(add-hook 'kill-emacs-hook 'oni:clear-irc-mowedline-widget)
;;;###autoload(with-eval-after-load 'circe (require 'oni-circe))
(provide 'oni-circe) (provide 'oni-circe)
;;; oni-circe.el ends here ;;; oni-circe.el ends here