aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-compilation.el4
-rw-r--r--oni-core.el3
2 files changed, 3 insertions, 4 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
diff --git a/oni-core.el b/oni-core.el
index de1a2a1..108e50e 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0916.084918
+;; Version: 2021.0919.230704
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch)
;; This program is free software; you can redistribute it and/or modify
@@ -259,6 +259,7 @@ _s_: String list"
(with-eval-after-load 'clojure-mode (require 'oni-clojure))
(with-eval-after-load 'cmake-mode (require 'oni-cmake))
(with-eval-after-load 'company (require 'oni-company))
+(with-eval-after-load 'compile (require 'oni-compilation))
(with-eval-after-load 'elfeed (require 'oni-elfeed))
(with-eval-after-load 'embrace (require 'oni-embrace))
(with-eval-after-load 'flycheck (require 'oni-flycheck))