>ven. 07 mars 2025 at 14:45, gemmaro wrote: > -appropriate console.") > +appropriate console. > + > +If you are possibly using Guix shell with @file{manifest.scm}, it > +might be useful to do the following steps: > + > +@enumerate > +@item Create a Guix shell wrapper. The wrapper script content is like: > +@example > +#!/bin/sh > +set -eu > + > +file=manifest.scm > +if [ -f $file ] > +then > + guix shell --manifest=$file -- \"$@@\" > +else > + \"$@@\" > +fi > +@end example > + > +@item Set @code{\"/path/to/the/script %s\"} to @code{inf-ruby-wrapper-command} > +customize variable. > +@end enumerate > +") Please, consider 22.8.4 Synopses and Descriptions, "Descriptions should take between five and ten lines."