mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
6 lines
234 B
EmacsLisp
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.")))
|