1
0
Fork 0

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

This commit is contained in:
Tom Willemse 2021-09-19 23:22:09 -07:00
parent 0e83518572
commit 54859fa9a8
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: 2021.0208.174956
;; Version: 2021.0919.232140
;; Package-Requires: (oni-yasnippet)
;; This program is free software; you can redistribute it and/or modify
@ -60,7 +60,5 @@
(with-eval-after-load 'yasnippet
(oni-conf-snippets-initialize)))
;;;###autoload(with-eval-after-load 'conf-mode (require 'oni-conf))
(provide 'oni-conf)
;;; oni-conf.el ends here

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2021.0919.230704
;; Version: 2021.0919.232156
;; 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
@ -260,6 +260,7 @@ _s_: String list"
(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 'conf-mode (require 'oni-conf))
(with-eval-after-load 'elfeed (require 'oni-elfeed))
(with-eval-after-load 'embrace (require 'oni-embrace))
(with-eval-after-load 'flycheck (require 'oni-flycheck))