Skip to content

Commit

Permalink
tweak(ts-fold): use my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 22, 2023
1 parent abc3c91 commit ed087a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(push 'tree-sitter straight-built-in-pseudo-packages)

(use-package ts-fold
:straight (:host github :repo "garyo/ts-fold" :branch "andrew-sw/treesit-el-support")
:straight (:host github :repo "abougouffa/ts-fold" :branch "andrew-sw/treesit-el-support")
:after treesit treesit-auto
:hook (minemacs-after-startup . global-ts-fold-mode))

Expand Down

0 comments on commit ed087a5

Please sign in to comment.