Change cljr-rename-symbol bind
This commit is contained in:
parent
3d85ceaed6
commit
3660fba6e1
2
init.el
2
init.el
@ -1141,7 +1141,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
|||||||
:bind
|
:bind
|
||||||
(:map clj-refactor-map
|
(:map clj-refactor-map
|
||||||
("C-c ." . cljr-find-usages)
|
("C-c ." . cljr-find-usages)
|
||||||
("M-s M-r ." . cljr-rename-symbol)))
|
("M-s r ." . cljr-rename-symbol)))
|
||||||
|
|
||||||
;; ---------------------------------- ;;
|
;; ---------------------------------- ;;
|
||||||
;; consult
|
;; consult
|
||||||
|
Loading…
Reference in New Issue
Block a user