[oni-cmake] Move autoload to ‘oni-core’
This commit is contained in:
parent
1b3e25051d
commit
a352d0983a
2 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0622.220924
|
||||
;; Version: 2021.0730.231115
|
||||
;; Package-Requires: (cmake-mode oni-company oni-flycheck oni-lsp cmake-font-lock eldoc-cmake)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -67,7 +67,5 @@ See URL `https://github.com/richq/cmake-lint'"
|
|||
(add-to-list 'grep-files-aliases
|
||||
'("cmake" . "CMakeLists.txt *.cmake CMakePresets.json CMakeUserPresets.json")))
|
||||
|
||||
;;;###autoload(with-eval-after-load 'cmake-mode (require 'oni-cmake))
|
||||
|
||||
(provide 'oni-cmake)
|
||||
;;; oni-cmake.el ends here
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0727.210605
|
||||
;; Version: 2021.0730.231111
|
||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -254,6 +254,7 @@ _s_: String list"
|
|||
(with-eval-after-load 'cider (require 'oni-clojure))
|
||||
(with-eval-after-load 'circe (require 'oni-circe))
|
||||
(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 'elfeed (require 'oni-elfeed))
|
||||
(with-eval-after-load 'embrace (require 'oni-embrace))
|
||||
|
|
Loading…
Reference in a new issue