Update to work with latest version of inf-ruby
inf-ruby-keys renamed to inf-ruby-update-keybindings
This commit is contained in:
parent
f8dfa4b099
commit
09e3ceebfa
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
(require 'ruby-end)
|
(require 'ruby-end)
|
||||||
|
|
||||||
(defun prelude-ruby-mode-defaults ()
|
(defun prelude-ruby-mode-defaults ()
|
||||||
(inf-ruby-keys)
|
(inf-ruby-setup-keybindings)
|
||||||
;; turn off the annoying input echo in irb
|
;; turn off the annoying input echo in irb
|
||||||
(setq comint-process-echoes t)
|
(setq comint-process-echoes t)
|
||||||
(ruby-block-mode t)
|
(ruby-block-mode t)
|
||||||
|
|
Loading…
Reference in a new issue