From 54859fa9a8f09d70023561cd28018a7519964222 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 19 Sep 2021 23:22:09 -0700 Subject: [PATCH] =?UTF-8?q?[oni-conf]=20Remove=20autoload=20cookie,=20load?= =?UTF-8?q?=20from=20=E2=80=98oni-core=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-conf/oni-conf.el | 4 +--- oni-core.el | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/oni-conf/oni-conf.el b/oni-conf/oni-conf.el index a191501..13eff73 100644 --- a/oni-conf/oni-conf.el +++ b/oni-conf/oni-conf.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0208.174956 +;; Version: 2021.0919.232140 ;; Package-Requires: (oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify @@ -60,7 +60,5 @@ (with-eval-after-load 'yasnippet (oni-conf-snippets-initialize))) -;;;###autoload(with-eval-after-load 'conf-mode (require 'oni-conf)) - (provide 'oni-conf) ;;; oni-conf.el ends here diff --git a/oni-core.el b/oni-core.el index 108e50e..1884bb4 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0919.230704 +;; Version: 2021.0919.232156 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch) ;; This program is free software; you can redistribute it and/or modify @@ -260,6 +260,7 @@ _s_: String list" (with-eval-after-load 'cmake-mode (require 'oni-cmake)) (with-eval-after-load 'company (require 'oni-company)) (with-eval-after-load 'compile (require 'oni-compilation)) +(with-eval-after-load 'conf-mode (require 'oni-conf)) (with-eval-after-load 'elfeed (require 'oni-elfeed)) (with-eval-after-load 'embrace (require 'oni-embrace)) (with-eval-after-load 'flycheck (require 'oni-flycheck))