Update racket-layer README.org

This is in response to issue #3870.
This commit is contained in:
Laverne Schrock 2016-07-26 22:30:52 -05:00 committed by d12frosted
parent be6fd0e8d0
commit b1e45cc2bb
No known key found for this signature in database
GPG Key ID: 8D33A3B1A4AF7D30
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,12 @@ Adds support for the [[http://racket-lang.org/][Racket]] programming language.
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =racket= to the existing =dotspacemacs-configuration-layers= list in this
file.
file. You will also need DrRacket installed. Alternatively, one can use the
"Minimal Racket" installation, and then run the following command.
#+BEGIN_SRC Bash
raco pkg install drracket
#+END_SRC
* Key Bindings