spacemacs/layers/+lang/sml
justbur 6eab954afe Use + instead of ! for layer categories
Helm seems to treat "!" specially in pattern matching, so having a ! in
the pattern string when traversing directories is problematic. This
change fixes #2737, because as far as I can tell "+" has no special
meaning in a helm pattern.

Of course, we can choose a different character, but I'm fond of "+" as
representing "more layers here".
2015-09-11 00:13:51 -04:00
..
img Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
packages.el Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
README.org Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00

SML contribution layer for Spacemacs

/TakeV/spacemacs/media/commit/bac79f03b7d8eb8a3c4277371a33cd50b8736e8b/layers/+lang/sml/img/sml.png

Table of Contents   TOC@4

Description

Adds support for the SML programming language.

Install

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

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

Key Bindings

Form Completion

Key Binding Description
M-SPC Inserts a space and completes the form before the cursor.
\vert Inserts a pipe and adds a double arrow or copies the function name. Generally just works.

REPL

Key Binding Description
SPC m s b Send buffer to REPL
SPC m s B Send buffer to REPL and switch to REPL buffer in `insert state`
SPC m s f Send function to REPL
SPC m s F Send function to REPL and switch to REPL buffer in `insert state`
SPC m s i Run the sml REPL or switch to it if the REPL is already running
SPC m s r Send region to REPL
SPC m s R Send region to REPL and switch to REPL buffer in `insert state`
SPC m s s Run the sml REPL or switch to it if the REPL is already running