UYSio / pixie-spacemacs-layer

Spacemacs layer for Pixie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixie contribution layer for Spacemacs

Table of Contents

Description

Adds support for the Pixie programming language.

Install

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

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

Key Bindings

Key BindingDescription
SPC m s iRun the REPL
SPC m s bEval last sexp
SPC m s BEval last sexp and switch to REPL
SPC m s rEval region
SPC m s REval region and switch to REPL

About

Spacemacs layer for Pixie

License:MIT License


Languages

Language:Emacs Lisp 100.0%