Skip to content

Commit

Permalink
fix(treesit-fold): wrong :after block
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 18, 2023
1 parent c688dac commit 2745d3b
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 @@ -37,7 +37,7 @@

(use-package treesit-fold
:straight (:host github :repo "abougouffa/treesit-fold")
:after tree-sitter minemacs-loaded
:after treesit minemacs-loaded
:when (+emacs-features-p 'tree-sitter)
:init
(global-treesit-fold-mode 1))
Expand Down

0 comments on commit 2745d3b

Please sign in to comment.