1
0
Fork 0

[oni-core] Don’t try to automatically load

This commit is contained in:
Tom Willemse 2021-06-21 23:46:45 -07:00
parent a7bf05b48c
commit 6a96253979

View file

@ -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