el-get/recipes/redshank.rcp
2014-08-11 08:02:06 +05:30

10 lines
477 B
Plaintext

(:name redshank
:description "A collection of code-wrangling Emacs macros mostly geared towards Common Lisp, but some are useful for other Lisp dialects, too."
:website "http://www.foldr.org/~michaelw/emacs/redshank/"
:type git
:url "http://www.foldr.org/~michaelw/projects/redshank.git"
:load-path (".")
:depends (paredit)
:autoloads "redshank-loader"
:prepare (redshank-setup '(lisp-mode-hook slime-repl-mode-hook) t))