+fsharp config
Emacs support for f# isn't bad, just a bit buggy. .NET core has a lot of stuff for f# that isn't leveraged properly, so I configured it to help a tiny bit.
This commit is contained in:
@@ -349,6 +349,11 @@ Added ocaml-lsp support.
|
||||
:major-modes '(tuareg-mode)
|
||||
:server-id 'ocaml-lsp)))
|
||||
#+END_SRC
|
||||
** FSharp
|
||||
#+BEGIN_SRC elisp
|
||||
(after! fsharp
|
||||
(setq inferior-fsharp-program "dotnet fsi --readline"))
|
||||
#+END_SRC
|
||||
* Keymap
|
||||
General keymap for leader
|
||||
** Personal
|
||||
|
||||
Reference in New Issue
Block a user