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

emacs-geiser

Collection of Emacs modes for Scheme hacking

Geiser is a collection of Emacs major and minor modes that conspire with one or more Scheme implementations to keep the Lisp Machine Spirit alive. The continuously running Scheme interpreter takes the center of the stage in Geiser. A bundle of Elisp shims orchestrates the dialog between the Scheme implementation, Emacs and, ultimately, the schemer, giving them access to live metadata.

This package provides just the core of Geiser. To effectively use it with your favourite Scheme implementation, you also need the corresponding geiser package, e.g. emacs-geiser-guile for Guile.

Installation

Install the latest version of emacs-geiser as follows:

guix install emacs-geiser

Or install a particular version:

guix install emacs-geiser@0.32

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

Example HTML:

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

Example Markdown:

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

Example Org:

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