refactor(scala): remove redundant config

Amend: c5dd2847ff
This commit is contained in:
Henrik Lissner
2025-08-30 10:20:37 +02:00
parent bcb2c56dd9
commit d77d39ab46
2 changed files with 1 additions and 11 deletions

View File

@@ -8,10 +8,6 @@
(modulep! :tools tree-sitter))
"This module requires (:tools tree-sitter)")
(assert! (or (not (modulep! +tree-sitter))
(version< emacs-version "29.1"))
"Emacs 29.1+ is required for tree-sitter support")
(if (and (modulep! +lsp)
(not (executable-find "metals")))
(warn! "metals isn't installed"))