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

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

[nongnu] elpa/inf-ruby 3e16215cb2 128/265: Document changing C-c C-s to


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 3e16215cb2 128/265: Document changing C-c C-s to call inf-ruby-console-auto
Date: Sat, 9 Jul 2022 21:59:19 -0400 (EDT)

branch: elpa/inf-ruby
commit 3e16215cb23bfbcca9e5470cb998949d04efe99d
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Document changing C-c C-s to call inf-ruby-console-auto
    
    Closes #60
---
 inf-ruby.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/inf-ruby.el b/inf-ruby.el
index c6f7030a33..0713d124ff 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -51,6 +51,13 @@
 ;;
 ;; to your init file to easily switch from common Ruby compilation
 ;; modes to interact with a debugger.
+;;
+;; To call `inf-ruby-console-auto' more easily, you can, for example,
+;; replace the original `inf-ruby' binding:
+;;
+;;   (eval-after-load 'inf-ruby
+;;     '(define-key inf-ruby-minor-mode-map
+;;        (kbd "C-c C-s") 'inf-ruby-console-auto))
 
 ;;; Code:
 



reply via email to

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