Skip to content
Jacob Danton edited this page Mar 17, 2015 · 2 revisions

This document contains notes on my setup.

Emacs

Most of the relavant information about F# binding in emacs can be found on the FsharpBinding page. Here are a couple additional important notes.

F# Intellisense

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)

F# Autocomplete

Use the C-c C-. key binding for autocomplete.

Clone this wiki locally