yeet
This commit is contained in:
9
.config/emacs/modules/lang/scala/doctor.el
Normal file
9
.config/emacs/modules/lang/scala/doctor.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;;; lang/scala/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(assert! (or (not (featurep! +lsp))
|
||||
(featurep! :tools lsp))
|
||||
"This module requires (:tools lsp)")
|
||||
|
||||
(if (and (featurep! +lsp)
|
||||
(not (executable-find "metals-emacs")))
|
||||
(warn! "metals-emacs isn't installed"))
|
||||
Reference in New Issue
Block a user