[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 28409a0cee 232/417: docs: Update repo link (#
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 28409a0cee 232/417: docs: Update repo link (#32) |
Date: |
Mon, 1 Jul 2024 10:02:29 -0400 (EDT) |
branch: elpa/treesit-fold
commit 28409a0ceede0751ed9d520c6a19d1f5f1211502
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>
docs: Update repo link (#32)
---
Eask | 2 +-
README.md | 8 ++++----
ts-fold.el | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Eask b/Eask
index e1e2777ca7..2e24d4fbac 100644
--- a/Eask
+++ b/Eask
@@ -2,7 +2,7 @@
"0.1.0"
"Code folding using tree-sitter")
-(website-url "https://github.com/jcs-elpa/ts-fold")
+(website-url "https://github.com/emacs-tree-sitter/ts-fold")
(keywords "convenience" "folding" "tree-sitter")
(package-file "ts-fold.el")
diff --git a/README.md b/README.md
index a07cdf35bd..4cc83c6b11 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# ts-fold
> Code-folding using tree-sitter
-[![CI](https://github.com/jcs-elpa/ts-fold/actions/workflows/test.yml/badge.svg)](https://github.com/jcs-elpa/ts-fold/actions/workflows/test.yml)
+[![CI](https://github.com/emacs-tree-sitter/ts-fold/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-tree-sitter/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 based on the tree-sitter syntax tree.
@@ -43,13 +43,13 @@ to provide code folding based on the tree-sitter syntax
tree.
```elisp
(use-package ts-fold
- :straight (ts-fold :type git :host github :repo "jcs-elpa/ts-fold"))
+ :straight (ts-fold :type git :host github :repo "emacs-tree-sitter/ts-fold"))
```
### 🔍 Method 2. Manual
```sh
-git clone https://github.com/jcs-elpa/ts-fold /path/to/lib
+git clone https://github.com/emacs-tree-sitter/ts-fold /path/to/lib
```
then in Emacs:
@@ -113,7 +113,7 @@ You need to load `ts-fold-indicators-mode`:
- `use-package`
```elisp
(use-package ts-fold-indicators
- :straight (ts-fold-indicators :type git :host github :repo
"jcs-elpa/ts-fold"))
+ :straight (ts-fold-indicators :type git :host github :repo
"emacs-tree-sitter/ts-fold"))
```
-
diff --git a/ts-fold.el b/ts-fold.el
index e1655dc615..427a2231fb 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -7,7 +7,7 @@
;; Author: Junyi Hou <junyi.yi.hou@gmail.com>
;; Shen, Jen-Chieh <jcs090218@gmail.com>
-;; URL: https://github.com/jcs-elpa/ts-fold
+;; URL: https://github.com/emacs-tree-sitter/ts-fold
;; Version: 0.1.0
;; Package-Requires: ((emacs "26.1") (tree-sitter "0.15.1") (s "1.9.0")
(fringe-helper "1.0.1"))
;; Keywords: convenience folding tree-sitter
- [nongnu] elpa/treesit-fold 0bae1476a4 242/417: chore: Changelog and styles (#38), (continued)
- [nongnu] elpa/treesit-fold 0bae1476a4 242/417: chore: Changelog and styles (#38), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6178f3345c 193/417: update ci, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 095e093737 194/417: Remove unused shell entry, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ec60327a20 195/417: chore(eask): info, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6cfe36ea2f 196/417: fix warnings, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a81e684298 198/417: Update Eask, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 46d76ed842 205/417: note, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold dcd5b9fe5c 212/417: Merge pull request #9 from jcs-elpa/docs/tutorial, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 33e3fb561e 219/417: docs: changelog, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 17d131f69a 228/417: feat(ocaml): Support for ocaml-mode and caml-mode (#24), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 28409a0cee 232/417: docs: Update repo link (#32),
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 017402713b 236/417: Fix typo/grammar in error message (#34), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fb91989a94 238/417: Setup node is no longer required, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f581febc6f 243/417: Update README (#39), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a5ba7ce60b 248/417: README.md: fix typo (#43), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5b0535c1af 256/417: test(Makefile); Ignore package-lint test, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold cde9c90b07 259/417: docs(README.md): Metnion YAML support, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5ebe65e85d 262/417: docs: Fix more typo, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 8386b5b714 280/417: feat: Add Markdown support (#67), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 630b896b3f 277/417: feat: Add Haskell support (#65), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 08abd98ba4 272/417: feat: Add Dart support (#62), ELPA Syncer, 2024/07/01