[oni-core] Don’t try to automatically load
This commit is contained in:
parent
a7bf05b48c
commit
6a96253979
1 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2021.0621.233954
|
;; Version: 2021.0621.234138
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -225,7 +225,5 @@ _s_: String list"
|
||||||
|
|
||||||
(setq-default buffer-file-coding-system 'utf-8-unix))
|
(setq-default buffer-file-coding-system 'utf-8-unix))
|
||||||
|
|
||||||
;;;###autoload(require 'oni-core)
|
|
||||||
|
|
||||||
(provide 'oni-core)
|
(provide 'oni-core)
|
||||||
;;; oni-core.el ends here
|
;;; oni-core.el ends here
|
||||||
|
|
Loading…
Reference in a new issue