branch: elpa/inf-ruby
commit dbf4386bac12f1733257db6105e3f1fca05ffb79
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Use a more uniform style
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e83cbf75b3..541294e425 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ type <kbd>M-x describe-function [RET] inf-ruby-minor-mode
[RET]</kbd>.
## Bugs
-* If there is a [triangle instead of
prompt](https://github.com/nonsequitur/inf-ruby/issues/159), or you see a
reline related error
([example](https://github.com/ruby/irb/issues/43#issuecomment-589593889)), or
your REPL simply [doesn't react to
input](https://github.com/nonsequitur/inf-ruby/issues/51), try putting the
following in your `~/.irbrc`:
+* If there is a [triangle instead of
prompt](https://github.com/nonsequitur/inf-ruby/issues/159), or you see a
[reline related
error](https://github.com/ruby/irb/issues/43#issuecomment-589593889), or your
REPL simply [doesn't react to
input](https://github.com/nonsequitur/inf-ruby/issues/51), try putting the
following in your `~/.irbrc`:
```rb
IRB.conf[:USE_MULTILINE] = false if ENV['INSIDE_EMACS']