Skip to content

Commit

Permalink
tweak(obsolete): add ts-fold to tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 3, 2023
1 parent 5dd383e commit 8e48553
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/obsolete/me-tree-sitter.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
:after tree-sitter
:demand t)

(use-package ts-fold
:straight (:host github :repo "emacs-tree-sitter/ts-fold")
:after tree-sitter
:demand t
:init
(global-ts-fold-mode 1))


(provide 'obsolete/me-tree-sitter)

Expand Down

0 comments on commit 8e48553

Please sign in to comment.