Files
opalfiles/.config/emacs/modules/lang/scala/doctor.el
2022-01-11 18:05:13 -08:00

10 lines
293 B
EmacsLisp

;;; 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"))