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

guile-emacs

Emacs text editor powered by Guile('s elisp implementation)

Guile-Emacs brings Emacs and Guile together by providing a new Elisp implementation based on Guile's compiler technology, serving as the basis for a more expressive and extensible version of Elisp.

Started in 2014 as a GSOC project, Guile-Emacs was resurrected in 2024.

Installation

Install the latest version of guile-emacs as follows:

guix install guile-emacs

Or install a particular version:

guix install guile-emacs@31.0.50-2.f2d0459

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 guile-emacs about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

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