mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Moving to Doom Emacs!
This commit is contained in:
5
.emacs.d/modules/lang/fsharp/doctor.el
Normal file
5
.emacs.d/modules/lang/fsharp/doctor.el
Normal file
@@ -0,0 +1,5 @@
|
||||
;;; 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.")))
|
||||
Reference in New Issue
Block a user