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.
This commit is contained in:
Aaron Fischer 2017-02-18 22:22:56 +01:00
parent 6b707565b7
commit fc3bae5a24

View File

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