mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
5 lines
191 B
EmacsLisp
5 lines
191 B
EmacsLisp
;;; 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."))
|