Home

Awesome

quicklisp-systems

Search, browse and load Quicklisp systems from Emacs.

screenshot

completion

Install

ℹ️ Please consider using SLIME :star:, that comes with this extension preinstalled.

Load swank and add this repository path to swank::*load-path*, in your Lisp compiler init file (~/.sbclrc if using SBCL):

(require :swank)
(push #p"/home/marian/src/lisp/quicklisp-systems/" swank::*load-path*)

In Emacs, add this repository path to load-path and add quicklisp-systems to slime-contribs in ~/.emacs init file, like:

(push "/home/marian/src/lisp/quicklisp-systems" load-path)

(setq slime-contribs '(slime-fancy quicklisp-systems))

(slime-setup)

Use

Use q to kill individual buffers, and Q to kill all quicklisp-systems buffers at once.

Quicksearch

This repository also contains a simple Emacs frontend for quicksearch, that searches for Quicklisp packages on the internet.

It is available on Quicklisp: (ql:quickload :quicksearch).

Just load quicksearch.el in your Emacs, and then use M-x quicksearch Emacs command to trigger a search.

License

GPL