[oni-css] Remove autoload cookie, load from ‘oni-core’
This commit is contained in:
parent
4d56d54956
commit
8ae902ac62
2 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0920.201840
|
||||
;; Version: 2021.0920.202748
|
||||
;; 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
|
||||
|
@ -264,6 +264,7 @@ _s_: String list"
|
|||
(with-eval-after-load 'conf-mode (require 'oni-conf))
|
||||
(with-eval-after-load 'counsel (require 'oni-counsel))
|
||||
(with-eval-after-load 'csharp-mode (require 'oni-csharp))
|
||||
(with-eval-after-load 'css-mode (require 'oni-css))
|
||||
(with-eval-after-load 'elfeed (require 'oni-elfeed))
|
||||
(with-eval-after-load 'embrace (require 'oni-embrace))
|
||||
(with-eval-after-load 'flycheck (require 'oni-flycheck))
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0920.202756
|
||||
;; Version: 2021.0920.202824
|
||||
;; Package-Requires: (oni-company oni-hydra rainbow-mode oni-yasnippet)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -170,7 +170,5 @@
|
|||
(with-eval-after-load 'yasnippet
|
||||
(oni-css-snippets-initialize)))
|
||||
|
||||
;;;###autoload(with-eval-after-load 'css-mode (require 'oni-css))
|
||||
|
||||
(provide 'oni-css)
|
||||
;;; oni-css.el ends here
|
||||
|
|
Loading…
Reference in a new issue