aboutsummaryrefslogtreecommitdiffstats
path: root/oni-cpp.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-09-20 20:06:46 -0700
committerGravatar Tom Willemse2021-09-20 20:06:46 -0700
commit3568fc8d052f869178141751122d8261603a0934 (patch)
treefa5b86a2e6fb2c88871c7a4c3f7055b1d47645a2 /oni-cpp.el
parentf6938f85c7a1d8bd0016332fa30760afc02e7307 (diff)
downloademacs-config-3568fc8d052f869178141751122d8261603a0934.tar.gz
emacs-config-3568fc8d052f869178141751122d8261603a0934.zip
[oni-cpp] Remove autoload cookie, load from ‘oni-core’
Diffstat (limited to 'oni-cpp.el')
-rw-r--r--oni-cpp.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-cpp.el b/oni-cpp.el
index b8a764a..3487e9c 100644
--- a/oni-cpp.el
+++ b/oni-cpp.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0622.220950
+;; Version: 2021.0920.200451
;; Package-Requires: (oni-company oni-flycheck)
;; This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,5 @@
(add-hook 'c++-mode-hook 'flycheck-mode)
(add-hook 'c++-mode-hook 'oni-cpp--auto-fill-mode)
-;;;###autoload(with-eval-after-load 'cc-mode (require 'oni-cpp))
-
(provide 'oni-cpp)
;;; oni-cpp.el ends here