Maxim Cournoyer (2019-01-27 20:49 -0500) wrote: > Hello! > > [...] > >> Are you using Guix from a git checkout? In that case you’ll need to >> recompile as there has been an ABI change. > > My normal Guix run from guix pull, but I do have a Guix checkout that I > use with the pre-inst-env wrapper. > > I have this set in my ~/.emacs. > > (setq guix-directory "~/src/guix") > > IIUC, that doesn't cause Emacs-Guix to use that Guix, only locate > package definition.
This is correct. If someone wants to augment the default load path used by Emacs-Guix, they can set 'guix-load-path' variable. -- Alex