Update the clj-refactor recipe

.. based on the package-requires line in clj-refactor.el
This commit is contained in:
Vedang Manerikar 2020-07-04 14:36:57 +05:30
parent f3873bebdb
commit fc852c87b1

View File

@ -1,6 +1,6 @@
(:name clj-refactor (:name clj-refactor
:description "A collection of simple clojure refactoring functions" :description "A collection of simple clojure refactoring functions"
:type github :type github
:depends (dash s clojure-mode yasnippet paredit multiple-cursors cider :depends (seq yasnippet paredit multiple-cursors clojure-mode cider
edn jump hydra) parseedn inflections hydra)
:pkgname "clojure-emacs/clj-refactor.el") :pkgname "clojure-emacs/clj-refactor.el")