Skip to content

emacs-helm/helm-slime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

Helm-SLIME

Helm for SLIME, the Superior Lisp Interaction Mode for Emacs.

Installation

  • Add helm-slime.el to your load-path.
  • Set up SLIME properly.
  • Call slime-setup and include 'helm-slime:
(slime-setup '([others contribs ...] helm-slime))

or simply (require 'helm-slime) in some appropriate manner.

To use Helm instead of the Xref buffer, enable global-helm-slime-mode.

Usage

Helm-SLIME defines a few new commands:

helm-slime-complete
Select a symbol from the SLIME completion systems.
helm-slime-list-connections
Yet another slime-list-connections with Helm.
helm-slime-apropos
Yet another slime-apropos with Helm.
helm-slime-repl-history
Select an input from the SLIME REPL history and insert it.
helm-slime-mini
Like helm-slime-list-connections, but include an extra source of SLIME-related buffers, like the events buffer or the scratch buffer.