Skip to content

Commit

Permalink
feat(editor): use my treesit-fold fork of ts-fold
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 17, 2023
1 parent 125d68c commit 0fe2482
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 36 deletions.
6 changes: 6 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
:custom
(combobulate-key-prefix "C-c o"))

(use-package treesit-fold
:straight (:host github :repo "abougouffa/treesit-fold")
:after tree-sitter minemacs-loaded
:init
(global-treesit-fold-mode 1))

(use-package consult-eglot
:straight t
:after consult eglot
Expand Down
6 changes: 6 additions & 0 deletions modules/obsolete/me-tree-sitter.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
:after tree-sitter
:demand t)

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


(provide 'obsolete/me-tree-sitter)

Expand Down
36 changes: 0 additions & 36 deletions modules/obsolete/me-ts-fold.el

This file was deleted.

0 comments on commit 0fe2482

Please sign in to comment.