Skip to content

Commit

Permalink
Add an additional string-remove-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Aug 29, 2021
1 parent 833cf5e commit 5134e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -1938,6 +1938,7 @@ FEATURE is either :clj or :cljs."
(thread-last (buffer-substring-no-properties
(cljr--point-after 'paredit-backward)
(1- (point)))
(string-remove-prefix "^::")
(string-remove-prefix "::")
(string-remove-prefix "^")
(string-remove-prefix "@")))
Expand Down

0 comments on commit 5134e25

Please sign in to comment.