Hi Guix, guix.el Has been broken for quite some time because it depends on @@ for some modules. After some review, I came to the conclusion that all of the bindings it uses can be safely exposed. In general, it uses mostly bindings from guix scripts (pack, build, etc). Those bindings seem reasonable to expose since they give programmatic access to "API"s that the CLI user is most likely familiar with. Thanks! John