aboutsummaryrefslogtreecommitdiff
path: root/doom.d/init.el
diff options
context:
space:
mode:
authorodave <aryadevchavali1@gmail.com>2020-03-17 16:05:43 +0000
committerodave <aryadevchavali1@gmail.com>2020-03-17 16:05:43 +0000
commitd3496f58ac2e9c4d7500f8e88b383357f50e4db6 (patch)
tree690a8beea4bf2f9d0185d3ab4c95ccd538f52030 /doom.d/init.el
parentf592721f183f8b51371009e96820bbcd2814c268 (diff)
downloaddotfiles-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.el2
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