-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jacob Danton edited this page Mar 17, 2015
·
2 revisions
This document contains notes on my setup.
Most of the relavant information about F# binding in emacs can be found on the FsharpBinding page. Here are a couple additional important notes.
Intellisense may not work automatically in FSharp mode. If so, confirm that fsharp-compiler
is set. If it isn't, use the following command:
(setq fsharp-compiler fsharpc)
Use the C-c C-.
key binding for autocomplete.