doomemacs/modules/lang/dart/doctor.el

9 lines
239 B
EmacsLisp
Raw Normal View History

2020-02-15 12:22:01 -05:00
;;; 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."))