mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add warning for when the F# Compiler is missing
This commit is contained in:
committed by
Reed Mullanix
parent
c0e52ce141
commit
14f1a1e4e4
4
modules/lang/fsharp/doctor.el
Normal file
4
modules/lang/fsharp/doctor.el
Normal 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."))
|
Reference in New Issue
Block a user