Create helm-cider.rcp

This commit is contained in:
Daniel Ziltener 2016-10-15 01:57:46 +02:00 committed by Noam Postavsky
parent ef69f95f8e
commit ddac5b7b34

7
recipes/helm-cider.rcp Normal file
View File

@ -0,0 +1,7 @@
(:name helm-cider
:website "https://www.github.com/clojure-emacs/helm-cider"
:description "HELM interface to CIDER."
:type github
:pkgname "clojure-emacs/helm-cider"
:load-path "."
:depends (helm cider))