spacemacs/contrib/lang/fsharp
syl20bnr fdd4e944ef Reload dotfile and layer anywhere with SPC f e R
Replace `SPC m c c` and `C-c C-c` in the dotfile

Resolve #1210
2015-04-18 23:40:24 -04:00
..
img
packages.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
README.md

F# contribution layer for Spacemacs

logo_fsharp

Table of Contents

Description

This layer adds support for F# language using fsharpbinding.

Packages Included

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(fsharp))

Key Bindings

Key Binding       |                 Description

----------------------|-------------------------------------------------------- mcc | Build the project mgg | Go to definition at point mht | Show tooltip help at point

REPL

Key Binding       |                 Description

----------------------|-------------------------------------------------------- msb | Send buffer to the REPL msB | Send buffer to the REPL and switch to the REPL in insert state msi | Start a REPL msp | Send phrase to the REPL msP | Send phrase to the REPL and switch to the REPL in insert state msr | Send region to the REPL msR | Send region to the REPL and switch to the REPL in insert state mss | Show the REPL