+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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user