aboutsummaryrefslogtreecommitdiffstats
path: root/oni-cmake.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-30 23:13:18 -0700
committerGravatar Tom Willemse2021-07-30 23:13:18 -0700
commita352d0983ae8dd14369bf1f1ac4aed3380795adc (patch)
tree78a3b45ec1468c99ddb0f0470899335e1ab6bdb3 /oni-cmake.el
parent1b3e25051d42e7adadd96250face6d0724428142 (diff)
downloademacs-config-a352d0983ae8dd14369bf1f1ac4aed3380795adc.tar.gz
emacs-config-a352d0983ae8dd14369bf1f1ac4aed3380795adc.zip
[oni-cmake] Move autoload to ‘oni-core’
Diffstat (limited to 'oni-cmake.el')
-rw-r--r--oni-cmake.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-cmake.el b/oni-cmake.el
index 714eea0..5524176 100644
--- a/oni-cmake.el
+++ b/oni-cmake.el
@@ -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