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
- Host: GitHub
- URL: https://github.com/antifuchs/quick-selector
- Owner: antifuchs
- License: other
- Created: 2014-10-04T17:10:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-04T17:10:44.000Z (over 11 years ago)
- Last Synced: 2025-07-24T10:50:54.100Z (11 months ago)
- Topics: emacs-lisp, selector, slime, slime-selector
- Language: Emacs Lisp
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (: