branch: externals/csharp-mode commit 49474974ed37cc4038e91774c32a41cbce6f7b08 Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Update readme to reflect tree-sitter in master --- README.org | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.org b/README.org index 4e82552..dc3bb23 100644 --- a/README.org +++ b/README.org @@ -26,11 +26,6 @@ You can enable experimental tree sitter support for indentation and highlighting (use-package tree-sitter-langs) (use-package csharp-mode - :straight - (csharp-mode :type git - :host github - :repo "emacs-csharp/csharp-mode" - :branch "tree-sitter") :config (add-to-list 'auto-mode-alist '("\\.cs\\'" . csharp-tree-sitter-mode))) #+end_src