doomemacs/modules/lang/fsharp/doctor.el

6 lines
234 B
EmacsLisp
Raw Normal View History

;;; lang/fsharp/doctor.el -*- lexical-binding: t; -*-
2019-04-21 10:33:13 +08:00
(when (require 'fsharp-mode nil t)
(unless (cl-some #'fsharp-mode--executable-find '("fsharpc" "fsc"))
(warn! "Cannot find the F# compiler. Most features will not work.")))