emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 032d3f024e 024/265: Merge pull request #9 from Dr


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 032d3f024e 024/265: Merge pull request #9 from DrJKL/master
Date: Sat, 9 Jul 2022 21:59:10 -0400 (EDT)

branch: elpa/inf-ruby
commit 032d3f024ef6e3b2811159314c20475bc51eb35a
Merge: 86db14c315 505b3cd216
Author: nonsequitur <cornelius.mika@gmail.com>
Commit: nonsequitur <cornelius.mika@gmail.com>

    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:
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]