el-get/recipes/clj-refactor.rcp
Aaron Fischer fc3bae5a24 Replace missing dependency inflection with jump on clj-refactor
"inflection" is no longer part of elpa and it is now found in
the "jump" package.
2017-02-18 22:22:56 +01:00

7 lines
274 B
Plaintext

(:name clj-refactor
:description "A collection of simple clojure refactoring functions"
:type github
:depends (dash s clojure-mode yasnippet paredit multiple-cursors cider
edn jump hydra)
:pkgname "magnars/clj-refactor.el")