We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f88174 commit e4c4346Copy full SHA for e4c4346
clj-refactor.el
@@ -1930,7 +1930,8 @@ the alias in the project."
1930
(let ((short (thread-last (buffer-substring-no-properties
1931
(cljr--point-after 'paredit-backward)
1932
(1- (point)))
1933
- (string-remove-prefix "::"))))
+ (string-remove-prefix "::")
1934
+ (string-remove-prefix "@"))))
1935
(unless (or (cljr--resolve-alias short)
1936
(cljr--js-alias-p short))
1937
(if-let ((aliases (ignore-errors (cljr--get-aliases-from-middleware)))
0 commit comments