branch: externals/csharp-mode
commit 84a5daae7324aba37859bd8157ca92e05f4dacb0
Author: Theodor Thornhill <[email protected]>
Commit: Theodor Thornhill <[email protected]>
Should not need to autoload c_sharp
---
csharp-mode.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/csharp-mode.el b/csharp-mode.el
index 3629cb3..ef33c69 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -424,9 +424,6 @@ Key bindings:
(tree-sitter-hl-mode))
-;;;###autoload
-(add-to-list 'tree-sitter-major-mode-language-alist '(csharp-mode . c_sharp))
-
(provide 'csharp-mode)
;;; csharp-mode.el ends here