Add warning for when the F# Compiler is missing

This commit is contained in:
Reed Mullanix 2019-04-13 23:43:16 -07:00 committed by Reed Mullanix
parent c0e52ce141
commit 14f1a1e4e4

View File

@ -0,0 +1,4 @@
;;; lang/fsharp/doctor.el -*- lexical-binding: t; -*-
(unless (-any #'fsharp-mode--executable-find '("fsharpc" "fsc"))
(warn! "Cannot find the F# compiler. Most features will not work."))