Skip to content

Commit

Permalink
Stylize variable customization in README
Browse files Browse the repository at this point in the history
To make the `projectile-rails-*-command` variable customization section a little more readable, style it as code.
  • Loading branch information
J3RN committed May 12, 2017
1 parent 9647dc1 commit eb9b748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ By default the buffer of the `projectile-rails-server-mode` is applying the ansi

You can customize the way the `rails`, `spring` and `zeus` commands are invoked. For example if you want to use binstubs:

```el
(setq projectile-rails-vanilla-command "bin/rails"
projectile-rails-spring-command "bin/spring"
projectile-rails-zeus-command "bin/zeus")
```

### Interactive commands

Expand Down

0 comments on commit eb9b748

Please sign in to comment.