mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
31735c4e15
commit
9bc4c9f521
1 changed files with 6 additions and 3 deletions
|
@ -8092,9 +8092,12 @@ then refine or modify the search results.")
|
||||||
(synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
|
(synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
|
||||||
(description
|
(description
|
||||||
"@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
|
"@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
|
||||||
for easy interaction with a ruby subprocess. Features include support for
|
for easy interaction with a Ruby subprocess. Features include support for
|
||||||
detecting specific uses of Ruby, e.g. when using rails, and using a
|
detecting specific uses of Ruby, e.g., when using Rails, and using an
|
||||||
appropriate console.")
|
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+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-chruby-el
|
(define-public emacs-chruby-el
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue