mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
refactor(elm): remove tree-sitter support
No *-ts-mode exists for elm-mode. The elm module will fall back to font-lock rules so this is not a breaking changing.
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
(add-hook 'elm-mode-local-vars-hook #'lsp! 'append)
|
||||
(set-company-backend! 'elm-mode 'company-elm))
|
||||
|
||||
(when (modulep! +tree-sitter)
|
||||
(add-hook 'elm-mode-local-vars-hook #'tree-sitter! 'append))
|
||||
|
||||
(set-repl-handler! 'elm-mode #'run-elm-interactive)
|
||||
(set-ligatures! 'elm-mode
|
||||
:null "null"
|
||||
|
Reference in New Issue
Block a user