-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels

