mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
fix(:lang): add treesit-available-p checks to *-ts-mode packages
Otherwise package installation will throw Emacs version errors for users on 28 and under.
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
|
||||
(package! erlang :pin "b9d3ec017da091168918a2901a1cef4cb062fd2a")
|
||||
|
||||
(when (modulep! +tree-sitter)
|
||||
(when (and (modulep! +tree-sitter) (treesit-available-p))
|
||||
(package! erlang-ts :pin "eb579dd55fbb2cf721290939e7b3a50be19c0305"))
|
||||
|
Reference in New Issue
Block a user