Add possible values for `ruby-version-manager` in ruby layer README

This commit is contained in:
syl20bnr 2015-01-11 23:13:16 -05:00
parent cea4e2f996
commit a383c273e6
1 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@
- [Ruby contribution layer for Spacemacs](#ruby-contribution-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
- [Ruby version manager](#ruby-version-manager)
- [Key bindings](#key-bindings)
- [enh-ruby-mode](#enh-ruby-mode)
- [ruby-test-mode](#ruby-test-mode)
@ -43,7 +44,7 @@ or on the command line:
$ gem install pry
```
## Ruby version manager
### Ruby version manager
This layer supports the use of [RVM][] and [Rbenv][].
To enable it, set the `ruby-version-manager` var in your `~/.spacemacs`:
@ -54,6 +55,8 @@ To enable it, set the `ruby-version-manager` var in your `~/.spacemacs`:
)
```
Possible values are `rbenv` and `rvm`.
## Key bindings
### enh-ruby-mode