doomemacs/modules/lang/fsharp/doctor.el

5 lines
191 B
EmacsLisp
Raw Normal View History

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