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

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

[nongnu] elpa/inf-ruby 505b3cd216 023/265: Changed the manual installati


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 505b3cd216 023/265: Changed the manual installation comments to reflect the change from inf-ruby-keys to inf-ruby-setup-keybindings
Date: Sat, 9 Jul 2022 21:59:10 -0400 (EDT)

branch: elpa/inf-ruby
commit 505b3cd216054cf346643626c6831cef185ab701
Author: Alexander Brown <DrJKL0424@gmail.com>
Commit: Alexander Brown <DrJKL0424@gmail.com>

    Changed the manual installation comments to reflect the change from 
inf-ruby-keys to inf-ruby-setup-keybindings
---
 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]