clojure-emacs / clj-refactor.el

A CIDER extension that provides powerful commands for refactoring Clojure code.
GNU General Public License v3.0
771 stars 111 forks source link

cljr-helm and multiple-cursors issue #461

Open maxevtushok opened 4 years ago

maxevtushok commented 4 years ago

When I use cljr-helm as recommended here - https://github.com/clojure-emacs/clj-refactor.el/wiki command cljr-move-to-let doesn't work properly (doesn't activate multiple cursors, just move text), however, invoked via M-x - works as expected. Maybe mark this issue on wiki?