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:
@@ -4,7 +4,7 @@
|
||||
(package! julia-mode :pin "5c940c4ba357d8361534f11169f3d40b2d7833fc")
|
||||
(package! julia-repl :pin "317d56021889a336b4be241604ba71e46dc80581")
|
||||
|
||||
(when (modulep! +tree-sitter)
|
||||
(when (and (modulep! +tree-sitter) (treesit-available-p))
|
||||
(package! julia-ts-mode :pin "d693c6b35d3aed986b2700a3b5f910de12d6c53c"))
|
||||
|
||||
(when (modulep! +lsp)
|
||||
|
Reference in New Issue
Block a user