branch: elpa/inf-ruby
commit 032d3f024ef6e3b2811159314c20475bc51eb35a
Merge: 86db14c315 505b3cd216
Author: nonsequitur <[email protected]>
Commit: nonsequitur <[email protected]>
Merge pull request #9 from DrJKL/master
Just updated the manual installation comments.
---
inf-ruby.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/inf-ruby.el b/inf-ruby.el
index 7900beae0b..0e2d6221a1 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -16,9 +16,9 @@
;; * drop the file somewhere on your load path (perhaps ~/.emacs.d)
;; * Add the following lines to your .emacs file:
;; (autoload 'inf-ruby "inf-ruby" "Run an inferior Ruby process" t)
-;; (autoload 'inf-ruby-keys "inf-ruby" "" t)
+;; (autoload 'inf-ruby-setup-keybindings "inf-ruby" "" t)
;; (eval-after-load 'ruby-mode
-;; '(add-hook 'ruby-mode-hook 'inf-ruby-keys))
+;; '(add-hook 'ruby-mode-hook 'inf-ruby-setup-keybindings))
;;; TODO:
;;