From c89fb0dc93ce317d34fdd2e3dfd91a4d6cbcfa9d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 12 Jun 2021 22:50:44 -0700 Subject: [oni-circe] Remove autoload cookie This should be handled by the init file now, not hacked in like this. --- oni-circe.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'oni-circe.el') 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 ;; 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 -- cgit v1.2.3-54-g00ecf