Using pry from inf-ruby looks like this:

Using pry from iTerm2 looks like this:

Is there a way to get pry's syntax highlighting from within inf-ruby?
Here's what my inf-ruby configuration looks like:
(require 'inf-ruby)
(setq inf-ruby-default-implementation "pry")
(add-hook 'inf-ruby-mode-hook
(function
(lambda ()
(setq show-trailing-whitespace nil)
(linum-mode 0))))
Here's my ~/.pryrc:
Pry.config.correct_indent = false if ENV['INSIDE_EMACS']
Thanks for your help!
Using pry from inf-ruby looks like this:
Using pry from iTerm2 looks like this:
Is there a way to get pry's syntax highlighting from within inf-ruby?
Here's what my inf-ruby configuration looks like:
Here's my
~/.pryrc:Thanks for your help!