spacemacs/contrib/lang/racket/README.md

17 lines
644 B
Markdown
Raw Normal View History

2015-03-25 23:16:55 +00:00
# Racket
![logo_racket](img/racket.png)
Adds support for the [Racket](http://racket-lang.org/) programming language.
## Key Bindings
Key Binding | Description
----------------------|------------------------------------------------------------
<kbd>SPC m r</kbd> | Run current file and open REPL
<kbd>SPC m l</kbd> | Enter [Evil Lisp State](https://github.com/syl20bnr/evil-lisp-state)
<kbd>SPC m t</kbd> | Run tests
<kbd>SPC m g</kbd> | Visit definition
<kbd>SPC m h d</kbd> | Visit Documentation
<kbd>H-r</kbd> | Run current file and open REPL (`H` is hyper, *may* be bound to command on OSX)