Ludovic Courtès <[email protected]> writes:
> You don’t have to rename the modules. Instead, you could do:
>
> mkdir modules
> git mv guix-tsverse modules/
>
> and add (directory "modules") to ‘.guix-channel’.
>
> That way, the modules would still have the same name as now, but they’d
> live under modules/.
And I guess for Geiser you would then set geiser-repl-add-project-paths
to '("modules") in .dir-locals.el? Or do you have different approach
for this?
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.