aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-06-21 23:46:45 -0700
committerGravatar Tom Willemse2021-06-21 23:46:45 -0700
commit6a962539797f35c83cb6d7439732d9ea57f27ad0 (patch)
tree05681fb33ceea2989dccdefbf9cc0800cc6c88ff
parenta7bf05b48c47740de50c2adbc0fa8da703958f7b (diff)
downloademacs-config-6a962539797f35c83cb6d7439732d9ea57f27ad0.tar.gz
emacs-config-6a962539797f35c83cb6d7439732d9ea57f27ad0.zip
[oni-core] Don’t try to automatically load
-rw-r--r--oni-core.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni-core.el b/oni-core.el
index 5901fda..351798a 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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)
;; 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))
-;;;###autoload(require 'oni-core)
-
(provide 'oni-core)
;;; oni-core.el ends here