From 3568fc8d052f869178141751122d8261603a0934 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 Sep 2021 20:06:46 -0700 Subject: [oni-cpp] Remove autoload cookie, load from ‘oni-core’ --- oni-cpp.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'oni-cpp.el') 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 ;; 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 -- cgit v1.2.3-54-g00ecf