Hello, I have released Emacs-Guix (Emacs interface for GNU Guix) version
0.3.3, and updated 'emacs-guix' Guix package.
This release provides some small bug fixes and tweaks to keep it in-sync
with the current Guix code-base. Also, it provides 2 new features:
1. A way to look at "search paths" environment variables:
In "M-x guix-profiles" you can press "E" key to see the analog of:
guix package --search-paths=... --profile=...
(You can mark several profiles with "m" key before pressing "E" to see
the combined search paths).
Analogously, you can press "E" in a list of generations (for example,
in "M-x guix-generations").
2. The new "info" interface for profiles: Press "RET" (or "i") in the
list of profiles to see it. Nothing fancy there; similarly to
"Generation Info", it is just an alternative way to look at available
functionality for profiles.
--
Alex