Files
dtos-dotfiles/.emacs.d/modules/lang/fsharp/doctor.el
2019-12-16 20:21:19 -06:00

6 lines
234 B
EmacsLisp

;;; lang/fsharp/doctor.el -*- lexical-binding: t; -*-
(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.")))