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

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

[nongnu] elpa/inf-ruby 24c08fca2a 152/265: Fix the previous commit


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 24c08fca2a 152/265: Fix the previous commit
Date: Sat, 9 Jul 2022 21:59:21 -0400 (EDT)

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

    Fix the previous commit
---
 inf-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index ed4a0533f9..dd063bf916 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -613,7 +613,7 @@ keymaps to bind `inf-ruby-switch-from-compilation' to `ะก-x 
C-q'."
   (eval-after-load 'ruby-compilation
     '(define-key ruby-compilation-mode-map (kbd "C-x C-q")
        'inf-ruby-switch-from-compilation))
-  (eval-after-load 'projectile-rails-server-mode
+  (eval-after-load 'projectile-rails
     '(define-key projectile-rails-server-mode-map (kbd "C-x C-q")
        'inf-ruby-switch-from-compilation)))
 



reply via email to

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