diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-17 16:05:43 +0000 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-17 16:05:43 +0000 |
commit | d3496f58ac2e9c4d7500f8e88b383357f50e4db6 (patch) | |
tree | 690a8beea4bf2f9d0185d3ab4c95ccd538f52030 /doom.d/init.el | |
parent | f592721f183f8b51371009e96820bbcd2814c268 (diff) | |
download | dotfiles-d3496f58ac2e9c4d7500f8e88b383357f50e4db6.tar.gz dotfiles-d3496f58ac2e9c4d7500f8e88b383357f50e4db6.tar.bz2 dotfiles-d3496f58ac2e9c4d7500f8e88b383357f50e4db6.zip |
+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.
Diffstat (limited to 'doom.d/init.el')
-rw-r--r-- | doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 99e736d..fd1710f 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -112,7 +112,7 @@ ;;elm ; care for a cup of TEA? emacs-lisp ; drown in parentheses ;;ess ; emacs speaks statistics - ;;fsharp ; ML stands for Microsoft's Language + (fsharp +lsp) ; ML stands for Microsoft's Language ;;go ; the hipster dialect (haskell +dante) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python |