We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd expect typing ^::str/ to insert a clojure.string require, but currently it doesn't.
^::str/
clojure.string
Probably in:
clj-refactor.el/clj-refactor.el
Line 1927 in cd6b6fb
One should add something like:
(1- (point))) + (string-remove-prefix "^::") (string-remove-prefix "::"))))
Cheers - V
The text was updated successfully, but these errors were encountered:
Since April I have used the patch without issue, can confirm.
Can PR this, although it seems so small that the overhead of a review cycle could be costlier than you doing it directly.
Sorry, something went wrong.
Fix clojure-emacs#437
8f10f5c
No branches or pull requests
I'd expect typing
^::str/
to insert aclojure.string
require, but currently it doesn't.Probably in:
clj-refactor.el/clj-refactor.el
Line 1927 in cd6b6fb
One should add something like:
(1- (point))) + (string-remove-prefix "^::") (string-remove-prefix "::"))))
Cheers - V
The text was updated successfully, but these errors were encountered: