mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Fix missing file in cider recipe.
This commit is contained in:
parent
743400fb23
commit
fea03bca66
1 changed files with 4 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue