From 9bc4c9f521caab8aa8d88aa948a650945bb55838 Mon Sep 17 00:00:00 2001 From: gemmaro Date: Fri, 7 Mar 2025 13:50:47 +0100 Subject: [PATCH] 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 --- 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 ee74b21bb90..aba0f5cc6ab 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