Adds support for the Pixie programming language.
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(pixie))
Key Binding | Description |
---|---|
SPC m s i | Run the REPL |
SPC m s b | Eval last sexp |
SPC m s B | Eval last sexp and switch to REPL |
SPC m s r | Eval region |
SPC m s R | Eval region and switch to REPL |