From 6a962539797f35c83cb6d7439732d9ea57f27ad0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 21 Jun 2021 23:46:45 -0700 Subject: [PATCH] =?UTF-8?q?[oni-core]=20Don=E2=80=99t=20try=20to=20automat?= =?UTF-8?q?ically=20load?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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