From 6a962539797f35c83cb6d7439732d9ea57f27ad0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 21 Jun 2021 23:46:45 -0700 Subject: [oni-core] Don’t try to automatically load --- oni-core.el | 4 +--- 1 file changed, 1 insertion(+), 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 ;; 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 -- cgit v1.2.3-54-g00ecf