Fix inf-ruby config
This commit is contained in:
parent
5362ae4490
commit
4ea6fcf69b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
(eval-after-load 'ruby-mode
|
(eval-after-load 'ruby-mode
|
||||||
'(progn
|
'(progn
|
||||||
(defun prelude-ruby-mode-defaults ()
|
(defun prelude-ruby-mode-defaults ()
|
||||||
(inf-ruby-setup-keybindings)
|
(inf-ruby-minor-mode +1)
|
||||||
;; 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-tools-mode +1)
|
(ruby-tools-mode +1)
|
||||||
|
|
Loading…
Reference in a new issue