branch: main
commit 8851206c1817f6324088bc5bcbad033c662a80b2
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    elpa-packages (treesit-fold): New package
---
 elpa-packages | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index c481558a43..910e81a5ff 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -13,9 +13,6 @@
 (
  (adoc-mode             :url "https://github.com/bbatsov/adoc-mode";)
 
- (beancount            :url "https://github.com/beancount/beancount-mode";
-  :readme "README.org")
-
  (afternoon-theme      :url "https://github.com/osener/emacs-afternoon-theme";
   :ignored-files ("*.png"))
 
@@ -60,6 +57,9 @@
  (bash-completion      :url "https://github.com/szermatt/emacs-bash-completion";
   :readme "README.md")
 
+ (beancount            :url "https://github.com/beancount/beancount-mode";
+  :readme "README.org")
+
  (better-jumper                :url 
"https://github.com/gilbertw1/better-jumper.git";
   :readme "Readme.md"
   :ignored-files ("LICENSE"))
@@ -795,6 +795,10 @@
   :ignored-files ("base32.el" "Makefile" "*.md" "*.html" "tests")
   :version-map   (("0.4" "1.0" "v1.0")))
 
+ (treesit-fold         :url "https://github.com/emacs-tree-sitter/treesit-fold";
+  :readme "README.md"
+  :news "CHANGELOG.md")
+
  (treeview             :url "https://github.com/tilmanrassy/emacs-treeview";
   :readme "README.md"
   :ignored-files ("LICENSE"))

Reply via email to