aboutsummaryrefslogtreecommitdiffstats
path: root/oni-c.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-08 23:55:46 -0700
committerGravatar Tom Willemse2021-07-08 23:55:46 -0700
commit8bdb2d96ba85b22c2bc029b5557f6f64da980155 (patch)
treea94badf3309e5fa378c83e4ab409466514bb3e55 /oni-c.el
parent19e9e78981b6bb4cf84a73aa70ccfa9683cbc724 (diff)
downloademacs-config-8bdb2d96ba85b22c2bc029b5557f6f64da980155.tar.gz
emacs-config-8bdb2d96ba85b22c2bc029b5557f6f64da980155.zip
[oni-c] Remove autoload cookie
Diffstat (limited to 'oni-c.el')
-rw-r--r--oni-c.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-c.el b/oni-c.el
index 7ecf0a9..5e8f125 100644
--- a/oni-c.el
+++ b/oni-c.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0708.011015
+;; Version: 2021.0708.235539
;; Package-Requires: (oni-flycheck oni-lsp reformatter ccls)
;; This program is free software; you can redistribute it and/or modify
@@ -56,7 +56,5 @@
(define-abbrev c-mode-abbrev-table "and" "&&" nil :system t)
(define-abbrev c-mode-abbrev-table "or" "||" nil :system t)
-;;;###autoload(with-eval-after-load 'cc-mode (require 'oni-c))
-
(provide 'oni-c)
;;; oni-c.el ends here