aboutsummaryrefslogtreecommitdiffstats
path: root/oni-compilation.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-compilation.el')
-rw-r--r--oni-compilation.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-compilation.el b/oni-compilation.el
index c5c7444..888ad09 100644
--- a/oni-compilation.el
+++ b/oni-compilation.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0919.171849
+;; Version: 2021.0919.230646
;; Package-Requires: (oni-alert xterm-color)
;; This program is free software; you can redistribute it and/or modify
@@ -76,7 +76,5 @@ status of the process."
(advice-add 'compilation-filter :around #'oni-compilation--filter-xterm-colors)
-;;;###autoload(with-eval-after-load 'compile (require 'oni-compilation))
-
(provide 'oni-compilation)
;;; oni-compilation.el ends here