An open API service indexing awesome lists of open source software.

https://github.com/junker/consult-slime

Consult commands for SLIME
https://github.com/junker/consult-slime

completion emacs slime

Last synced: 8 months ago
JSON representation

Consult commands for SLIME

Awesome Lists containing this project

README

          

# Consult-SLIME

Consult commands for SLIME

## Instalation

It's available on Melpa:

```
M-x package-install consult-slime
```

or

```lisp
(use-package consult-slime)
```

## Usage

Consult-SLIME defines a few new commands:

- `consult-slime-list-connections` - Yet another slime-list-connections with Consult.
- `consult-slime-repl-history` - Select an input from the SLIME REPL history and insert it.

## Credits

Based on [Helm-SLIME](https://github.com/emacs-helm/helm-slime).