Maxim Cournoyer writes: > + (clean-geiser-guile-load-path > + (seq-remove (lambda (x) > + (string-match "/guix" x)) > + geiser-guile-load-path))) I suggest making "/guix" a let-bound variable and add a comment explaining that channel maintainers need to change it. That said, why do we need to clean the load path? Can't we just leave the other paths? What if the user actually wants the other elements? -- Pierre Neidhardt https://ambrevar.xyz/