[oni-compilation] Remove autoload cookie, load from ‘oni-core’
This commit is contained in:
parent
0fee67c9d3
commit
0e83518572
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue