Fix missing file in cider recipe.

This commit is contained in:
Michael Griffiths 2014-06-16 22:00:50 +01:00
parent 743400fb23
commit fea03bca66

View file

@ -1 +1,4 @@
(cider :fetcher github :repo "clojure-emacs/cider" :old-names (nrepl))
(cider :fetcher github
:repo "clojure-emacs/cider"
:files ("*.el" (:exclude ".dir-locals.el"))
:old-names (nrepl))