mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add requested changes
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
;;; lang/fsharp/doctor.el -*- lexical-binding: t; -*-
|
;;; lang/fsharp/doctor.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(unless (-any #'fsharp-mode--executable-find '("fsharpc" "fsc"))
|
(when (require 'fsharp-mode nil t)
|
||||||
(warn! "Cannot find the F# compiler. Most features will not work."))
|
(unless (cl-some #'fsharp-mode--executable-find '("fsharpc" "fsc"))
|
||||||
|
(warn! "Cannot find the F# compiler. Most features will not work.")))
|
||||||
|
Reference in New Issue
Block a user