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

9 lines
239 B
EmacsLisp

;;; lang/dart/doctor.el -*- lexical-binding: t; -*-
(assert! (or (not (featurep! +lsp))
(featurep! :tools lsp))
"This module requires (:tools lsp)")
(unless (executable-find "dart")
(warn! "Dart isn't on PATH."))