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

https://github.com/antifuchs/quick-selector

SLIME's selector key, without the SLIME
https://github.com/antifuchs/quick-selector

emacs-lisp selector slime slime-selector

Last synced: 4 months ago
JSON representation

SLIME's selector key, without the SLIME

Awesome Lists containing this project

README

          

# quick-selector - slime's selector without slime

This is a super quick and dirty hack: I wanted the slime-selector
hotkey, but I didn't want to load SLIME everytime. So, I ripped it out
and made it sliiightly more accessible (and ported it over to dash,
because apparently loading `'cl` is no longer a thing emacs packages
do).

## Requirements

Emacs 24. For some reason, this requires lexical scoping (patches that
make it less horrible are welcome!)

## Usage

``` emacs-lisp
(require 'quick-selector)
(define-key global-map (kbd "") 'quick-selector)
```

(Any contributions that make this a packagable thing are welcome (: