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:
fsharp-compiler
(setq fsharp-compiler fsharpc)
Use the C-c C-. key binding for autocomplete.
C-c C-.