spacemacs/contrib/lang/purescript
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
config.el
packages.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
README.md Edit purescript layer README and key bindings 2015-04-13 22:57:47 -04:00

Purescript contribution layer for Spacemacs

logo

Table of Contents

Description

This layer provides basic Purescript editing support for spacemacs thanks to the following packages:

Install

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

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

Key bindings

Purescript

Imports

Key Binding Description
<SPC> m i = Format imports
` m i `` Return to where you were editing before navigating to imports
<SPC> m i a Align imports
<SPC> m i n Navigate to the imports

REPL

psci provides a very basic REPL for purescript. The following key bindings are available:

Key Binding Description
<SPC> m s b Equivalent of :m /path/to/current/module/file.purs - Load for importing
<SPC> m s i Launch a psci console buffer
<SPC> m s m Equivalent of :i your.current.module.name - Import for use in PSCI
<SPC> m s p Load or reload files defined in the project file .psci