aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-alert.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-alert.el b/oni-alert.el
index eeddc1f..2d8c568 100644
--- a/oni-alert.el
+++ b/oni-alert.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0121.231724
+;; Version: 2021.0527.224534
;; Package-Requires: (alert)
;; This program is free software; you can redistribute it and/or modify
@@ -39,7 +39,5 @@
(setq alert-toaster-default-icon emacs-icon))
(setq alert-default-style 'libnotify))
-;;;###autoload(with-eval-after-load 'alert (require 'oni-alert))
-
(provide 'oni-alert)
;;; oni-alert.el ends here