el-get/recipes/clj-refactor.rcp
Vedang Manerikar fc852c87b1 Update the clj-refactor recipe
.. based on the package-requires line in clj-refactor.el
2020-07-04 14:36:57 +05:30

7 lines
288 B
Plaintext

(:name clj-refactor
:description "A collection of simple clojure refactoring functions"
:type github
:depends (seq yasnippet paredit multiple-cursors clojure-mode cider
parseedn inflections hydra)
:pkgname "clojure-emacs/clj-refactor.el")