[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold d58795618a 199/417: Update README.md
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold d58795618a 199/417: Update README.md |
Date: |
Mon, 1 Jul 2024 10:02:25 -0400 (EDT) |
branch: elpa/treesit-fold
commit d58795618a8440ce4534bee08d74d51d565c533a
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 42d51613f7..23f5de4c54 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# ts-fold
> Code-folding using tree-sitter
-[](https://github.com/jcs090218/ts-fold/actions/workflows/test.yml)
+[](https://github.com/jcs090218/ts-fold/actions/workflows/test.yml)
ts-fold builds on top of
[elisp-tree-sitter](https://github.com/emacs-tree-sitter/elisp-tree-sitter)
to provide code folding base on the tree-sitter syntax tree.
@@ -34,13 +34,13 @@ to provide code folding base on the tree-sitter syntax tree.
```el
(use-package ts-fold
- :straight (ts-fold :type git :host github :repo "jcs090218/ts-fold"))
+ :straight (ts-fold :type git :host github :repo "jcs-elpa/ts-fold"))
```
### 🔍 Methods 2. Manual
```sh
-git clone https://github.com/jcs090218/ts-fold /path/to/lib
+git clone https://github.com/jcs-elpa/ts-fold /path/to/lib
```
then in Emacs:
- [nongnu] elpa/treesit-fold 2ba784bea0 093/417: Fix externals, (continued)
- [nongnu] elpa/treesit-fold 2ba784bea0 093/417: Fix externals, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f13f0c371b 102/417: Core, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 80b8e2b6dc 138/417: Fix code block syntax, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fe9b69359c 150/417: Correct external calls, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 946eebf84a 151/417: Update do, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 38cb89733b 156/417: Link indicators mode gif, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 64bb378142 158/417: Scale to 40%, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d3e7f9bb05 152/417: Improve c macro, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 3d40d76ad4 165/417: Fix void mulitline, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a035da60ad 202/417: apply, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d58795618a 199/417: Update README.md,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold afa4f3b9a0 216/417: Merge pull request #11 from jcs-elpa/docs, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5a94124104 221/417: fix(indicators): Render indicators once it's mode is enabled (#19), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 401aad7380 223/417: Readme update (#20), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0e83f0e5ef 227/417: docs(CHANGELOG): update, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9f24d29c07 233/417: Julia language parser. (#33), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold bbb1eae1a7 234/417: docs(CHANGELOG): fix PR number for #33, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fe568ebead 246/417: chore: changelog, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ad1d9b2412 258/417: feat(fold): Add support for Lua (#52), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold eeff646b21 260/417: Optimize performance of ts-fold-close-all with indicators-mode on (#53), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e8a4110921 261/417: docs: Fix typo, ELPA Syncer, 2024/07/01