+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:
odave
2020-03-17 16:05:43 +00:00
parent f592721f18
commit d3496f58ac
2 changed files with 6 additions and 1 deletions

View File

@@ -112,7 +112,7 @@
;;elm ; care for a cup of TEA? ;;elm ; care for a cup of TEA?
emacs-lisp ; drown in parentheses emacs-lisp ; drown in parentheses
;;ess ; emacs speaks statistics ;;ess ; emacs speaks statistics
;;fsharp ; ML stands for Microsoft's Language (fsharp +lsp) ; ML stands for Microsoft's Language
;;go ; the hipster dialect ;;go ; the hipster dialect
(haskell +dante) ; a language that's lazier than I am (haskell +dante) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python ;;hy ; readability of scheme w/ speed of python

View File

@@ -349,6 +349,11 @@ Added ocaml-lsp support.
:major-modes '(tuareg-mode) :major-modes '(tuareg-mode)
:server-id 'ocaml-lsp))) :server-id 'ocaml-lsp)))
#+END_SRC #+END_SRC
** FSharp
#+BEGIN_SRC elisp
(after! fsharp
(setq inferior-fsharp-program "dotnet fsi --readline"))
#+END_SRC
* Keymap * Keymap
General keymap for leader General keymap for leader
** Personal ** Personal