This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9bc4c9f521 gnu: emacs-inf-ruby: Improve description.
9bc4c9f521 is described below
commit 9bc4c9f521caab8aa8d88aa948a650945bb55838
Author: gemmaro <[email protected]>
AuthorDate: Fri Mar 7 13:50:47 2025 +0100
gnu: emacs-inf-ruby: Improve description.
* gnu/packages/emacs-xyz.scm (emacs-inf-ruby):[description]: Include a
mention
of the newly introduced customization variable for use with the Guix shell
workflow.
Change-Id: I182161a62468fd3558b044aedde74c6b1bbd4b5b
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/emacs-xyz.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ee74b21bb9..aba0f5cc6a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8092,9 +8092,12 @@ then refine or modify the search results.")
(synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
(description
"@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
-for easy interaction with a ruby subprocess. Features include support for
-detecting specific uses of Ruby, e.g. when using rails, and using a
-appropriate console.")
+for easy interaction with a Ruby subprocess. Features include support for
+detecting specific uses of Ruby, e.g., when using Rails, and using an
+appropriate console.
+
+If you are using Guix shell with @file{manifest.scm}, the
+@code{inf-ruby-wrapper-command} customization variable could be helpful.")
(license license:gpl3+)))
(define-public emacs-chruby-el