aboutsummaryrefslogtreecommitdiffstats
path: root/oni-csharp
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-09-20 20:18:47 -0700
committerGravatar Tom Willemse2021-09-20 20:18:47 -0700
commitcfd9384374fda7f20fd724a9b98d0269af2a2b18 (patch)
tree67d391c69c5da14cc5c51afd71d7112cf9a1c439 /oni-csharp
parent6b83cea71b5aeb02e768e2faaea299e728bf5fa1 (diff)
downloademacs-config-cfd9384374fda7f20fd724a9b98d0269af2a2b18.tar.gz
emacs-config-cfd9384374fda7f20fd724a9b98d0269af2a2b18.zip
[oni-csharp] Remove autoload cookie, load from ‘oni-core’
Diffstat (limited to 'oni-csharp')
-rw-r--r--oni-csharp/oni-csharp.el4
1 files changed, 1 insertions, 3 deletions
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 <tom@ryuslash.org>
;; 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