fix: Rename deprecated cider function

"cider-jump-to-resource" has been renamed "cider-find-resource" in
CIDER 0.9.0
This commit is contained in:
nijohando 2018-02-06 05:31:00 +09:00 committed by syl20bnr
parent 5da932541b
commit d4ae5a3c2b
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
"gb" 'cider-pop-back
"gc" 'cider-classpath
"ge" 'cider-jump-to-compilation-error
"gr" 'cider-jump-to-resource
"gr" 'cider-find-resource
"gn" 'cider-browse-ns
"gN" 'cider-browse-ns-all