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
- Host: GitHub
- URL: https://github.com/junker/consult-slime
- Owner: Junker
- Created: 2023-12-08T14:10:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T08:07:04.000Z (over 2 years ago)
- Last Synced: 2025-06-01T23:25:35.485Z (about 1 year ago)
- Topics: completion, emacs, slime
- Language: Emacs Lisp
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).