From cfd9384374fda7f20fd724a9b98d0269af2a2b18 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 Sep 2021 20:18:47 -0700 Subject: [oni-csharp] Remove autoload cookie, load from ‘oni-core’ --- oni-csharp/oni-csharp.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'oni-csharp/oni-csharp.el') diff --git a/oni-csharp/oni-csharp.el b/oni-csharp/oni-csharp.el index b24de5f..41a7203 100644 --- a/oni-csharp/oni-csharp.el +++ b/oni-csharp/oni-csharp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0920.201747 +;; Version: 2021.0920.201817 ;; Package-Requires: (csharp-mode oni-company oni-flycheck oni-yasnippet oni-hydra oni-lsp oni-smartparens) ;; This program is free software; you can redistribute it and/or modify @@ -181,7 +181,5 @@ _cs_: Solution (with-eval-after-load 'yasnippet (oni-csharp-snippets-initialize))) -;;;###autoload(with-eval-after-load 'csharp-mode (require 'oni-csharp)) - (provide 'oni-csharp) ;;; oni-csharp.el ends here -- cgit v1.2.3-54-g00ecf