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 <mail@nicolasgoaziou.fr>
This commit is contained in:
gemmaro 2025-03-07 13:50:47 +01:00 committed by Nicolas Goaziou
parent 31735c4e15
commit 9bc4c9f521
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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