Skip to content

Commit

Permalink
More aggressively try to load treesit to judge its presence
Browse files Browse the repository at this point in the history
Fixes #848
  • Loading branch information
purcell committed Aug 10, 2023
1 parent 2c76710 commit 7a34484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
(require 'init-folding)
(require 'init-dash)

(when (featurep 'treesit)
(when (require 'treesit nil t)
(require 'init-treesitter))

;;(require 'init-twitter)
Expand Down

0 comments on commit 7a34484

Please sign in to comment.