You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brett Langdon 9bd83c57a3 Squashed 'emacs.d/' changes from c2774bc0d..8e1af1454 9 years ago
..
img Squashed 'emacs.d/' content from commit 664ba6a 9 years ago
README.org Squashed 'emacs.d/' content from commit 664ba6a 9 years ago
packages.el Squashed 'emacs.d/' changes from c2774bc0d..8e1af1454 9 years ago

README.org

SML layer

/brettlangdon/dotfiles/src/commit/9bd83c57a324de5ca316d31a603f8c6b25d140c6/layers/+lang/sml/img/sml.png

Description

Adds support for the SML programming language.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add sml to the existing dotspacemacs-configuration-layers list in this file.

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