This package browser is in early development. Mind the rough edges.

emacs-guix

Emacs interface for GNU Guix

Emacs-Guix provides a visual interface, tools and features for the GNU Guix package manager. Particularly, it allows you to do various package management tasks from Emacs. To begin with, run M-x guix-about or M-x guix-help command.

Installation

Install the latest version of emacs-guix as follows:

guix install emacs-guix

Or install a particular version:

guix install emacs-guix@0.5.2-9.324987f

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of emacs-guix about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-guix'><img src='https://packages.guix.gnu.org/packages/emacs-guix/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-guix/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-guix)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-guix][https://packages.guix.gnu.org/packages/emacs-guix/badges/latest-version.svg]]