feat(fsharp): use dotnet for inferior-fsharp-program
Applies from .NET Core 2 onwards.
This commit is contained in:
parent
cc73c2f75e
commit
bca75fc5c5
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
;;; lang/fsharp/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! fsharp-mode
|
||||
(when (executable-find "dotnet")
|
||||
(setq inferior-fsharp-program "dotnet fsi --readline-"))
|
||||
(if (featurep! +lsp)
|
||||
(progn
|
||||
(setq fsharp-ac-intellisense-enabled nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue