el-get/recipes/slime.rcp
capdevc dc9b2184a3 Changed to antifuchs slime mirror
The previous slime github mirror hadn't updated since 12/2012. antifuchs/slime is current and is the repo being used by the melpa package.
2013-03-08 23:43:36 -05:00

11 lines
324 B
Plaintext

(:name slime
:description "Superior Lisp Interaction Mode for Emacs"
:type github
:autoloads "slime-autoloads"
:info "doc"
:pkgname "antifuchs/slime"
:load-path ("." "contrib")
:compile (".")
:build '(("make" "-C" "doc" "slime.info"))
:post-init (slime-setup))