Skip to content

Commit

Permalink
fix(treesit-fold): load only when treesit is available
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 17, 2023
1 parent 664c17b commit c033b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
(use-package treesit-fold
:straight (:host github :repo "abougouffa/treesit-fold")
:after tree-sitter minemacs-loaded
:when (+emacs-features-p 'tree-sitter)
:init
(global-treesit-fold-mode 1))

Expand Down

0 comments on commit c033b65

Please sign in to comment.