Remove an obsolete (and incorrect) config

This commit is contained in:
Bozhidar Batsov 2013-10-08 12:14:11 +03:00
parent 8fb1986b5d
commit b4b604ded0

View file

@ -59,8 +59,6 @@
'(progn
(defun prelude-ruby-mode-defaults ()
(inf-ruby-minor-mode +1)
;; turn off the annoying input echo in irb
(setq comint-process-echoes t)
(ruby-tools-mode +1)
;; CamelCase aware editing operations
(subword-mode +1))