A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/mmontone/quicklisp-systems below:

mmontone/quicklisp-systems: Search, browse and load Quicklisp systems from Emacs.

Search, browse and load Quicklisp systems from Emacs.

ℹ️ Please consider using SLIME ⭐, 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 q to kill individual buffers, and Q to kill all quicklisp-systems buffers at once.

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.

GPL


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4