Skip to content

Commit

Permalink
Changed the manual installation comments to reflect the change from i…
Browse files Browse the repository at this point in the history
…nf-ruby-keys to inf-ruby-setup-keybindings
  • Loading branch information
DrJKL committed Jul 23, 2012
1 parent 86db14c commit 505b3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inf-ruby.el
Expand Up @@ -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:
;;
Expand Down

0 comments on commit 505b3cd

Please sign in to comment.