emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 4947497 412/459: Update readme to reflect t


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 4947497 412/459: Update readme to reflect tree-sitter in master
Date: Sun, 22 Aug 2021 14:00:12 -0400 (EDT)

branch: externals/csharp-mode
commit 49474974ed37cc4038e91774c32a41cbce6f7b08
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]