Remove an obsolete (and incorrect) config
This commit is contained in:
parent
8fb1986b5d
commit
b4b604ded0
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@
|
||||||
'(progn
|
'(progn
|
||||||
(defun prelude-ruby-mode-defaults ()
|
(defun prelude-ruby-mode-defaults ()
|
||||||
(inf-ruby-minor-mode +1)
|
(inf-ruby-minor-mode +1)
|
||||||
;; turn off the annoying input echo in irb
|
|
||||||
(setq comint-process-echoes t)
|
|
||||||
(ruby-tools-mode +1)
|
(ruby-tools-mode +1)
|
||||||
;; CamelCase aware editing operations
|
;; CamelCase aware editing operations
|
||||||
(subword-mode +1))
|
(subword-mode +1))
|
||||||
|
|
Loading…
Reference in a new issue