aboutsummaryrefslogtreecommitdiffstats
path: root/oni-csharp/oni-csharp.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-csharp/oni-csharp.el')
-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