# F# contribution layer for Spacemacs ![logo_fsharp](img/fsharp.png) ## Description This layer adds support for F# language using [fsharpbindng](https://github.com/fsharp/fsharpbinding). ## Packages Included - [fsharp-mode](https://github.com/fsharp/fsharpbinding) ## Install To use this contribution add it to your `~/.spacemacs` ```elisp (setq-default dotspacemacs-configuration-layers '(fsharp)) ``` ## Key Bindings ### Compilation Key Binding | Description ----------------------|------------------------------------------------------------ mcc | Build the project ### Navigation Key Binding | Description ----------------------|------------------------------------------------------------ mcd | Go to definition at point men | Next error mep | Previous error ### REPL Key Binding | Description ----------------------|------------------------------------------------------------ mer | Evaluate region mep | Evaluate phrase mef | Evaluate buffer mss | Start REPL ### Helpers (documentation, info) Key Binding | Description ----------------------|------------------------------------------------------------ mst | Show tooltip at point