[oni-c] Remove autoload cookie
This commit is contained in:
parent
19e9e78981
commit
8bdb2d96ba
1 changed files with 1 additions and 3 deletions
4
oni-c.el
4
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
|
||||
|
|
Loading…
Reference in a new issue