Make use of the new prog-mode/prog-mode-hook functionality in Emacs 24

This commit is contained in:
Bozhidar Batsov 2011-12-01 23:55:47 +02:00
parent 1800908443
commit 6e31729ba9
9 changed files with 11 additions and 11 deletions

View file

@ -60,7 +60,6 @@
(require 'ruby-end)
(defun prelude-ruby-mode-hook ()
(prelude-coding-hook)
(inf-ruby-keys)
;; turn off the annoying input echo in irb
(setq comint-process-echoes t)