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

emacs-slime

Superior Lisp Interaction Mode for Emacs

SLIME extends Emacs with support for interactive programming in Common Lisp. The features are centered around slime-mode, an Emacs minor mode that complements the standard lisp-mode. While lisp-mode supports editing Lisp source files, slime-mode adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on.

Installation

Install the latest version of emacs-slime as follows:

guix install emacs-slime

Or install a particular version:

guix install emacs-slime@2.31

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

Example HTML:

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

Example Markdown:

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

Example Org:

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