el-get/recipes/slime.rcp

12 lines
322 B
Plaintext

(:name slime
:description "Superior Lisp Interaction Mode for Emacs"
:type git
:features slime-autoloads
:info "doc"
:url "https://github.com/nablaone/slime.git"
:load-path ("." "contrib")
:compile (".")
:build ("make -C doc")
:post-init slime-setup
)