guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH


From: Pierre Neidhardt
Subject: Re: [PATCH] .dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable.
Date: Sun, 25 Oct 2020 19:52:13 +0100

Maxim Cournoyer <maxim.cournoyer@gmail.com> 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/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]