Maxim Cournoyer <maxim.courno...@gmail.com> writes:

> There shouldn't be any auto-compilation going on with Guix unless you are
> using Emacs-Guix. This has been fixed in a recent commit[1] but will only
> appear in the next release.
>
> In the mean time you could define the following in your ~/.emacs:
>
> (setq guix-guile-program '("guile" "--no-auto-compile"))
>
> Maxim
>
> [1]  https://notabug.org/alezost/emacs-guix/issues/2

I think that auto-compilation come from (run-geiser) which doesn't care
about guix-guile-program.  I use it to have a
(geiser-edit-symbol-at-point) and for object definition in echo area.

To disable it I think need to do something with
(geiser-guile--parameters).

Reply via email to