Fix inf-ruby config

This commit is contained in:
Bozhidar Batsov 2013-10-07 09:52:01 +03:00
parent 5362ae4490
commit 4ea6fcf69b

View file

@ -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)