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

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

[nongnu] elpa/inf-ruby b3ee3093b5 105/265: Autoloading inf-ruby-minor-mo


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby b3ee3093b5 105/265: Autoloading inf-ruby-minor-mode is more important
Date: Sat, 9 Jul 2022 21:59:17 -0400 (EDT)

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

    Autoloading inf-ruby-minor-mode is more important
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24c8c48da8..ee692ccac9 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ If you're installing manually, you'll need to:
 * Add the following lines to your `.emacs` (or `init.el`) file:
 
 ```lisp
-(autoload 'inf-ruby "inf-ruby" "Run an inferior Ruby process" t)
+(autoload 'inf-ruby-minor-mode "inf-ruby" "Run an inferior Ruby process" t)
 (add-hook 'ruby-mode-hook 'inf-ruby-minor-mode)
 ```
 



reply via email to

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