1
0
Fork 0

[oni-compilation] Remove autoload cookie, load from ‘oni-core’

This commit is contained in:
Tom Willemse 2021-09-19 23:07:55 -07:00
parent 0fee67c9d3
commit 0e83518572
Signed by: ryuslash
GPG Key ID: 7D5C407B435025C1
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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))