Skip to content

Commit 5876649

Browse files
sakurawaldcondy0919
authored andcommitted
fix: the goto-reference in slime-mode only works for global variables.
1 parent 384efde commit 5876649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modes/slime/evil-collection-slime.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163

164164
(when evil-collection-want-find-usages-bindings
165165
(evil-collection-define-key 'normal 'slime-mode-map
166-
"gr" 'slime-who-references))
166+
"gr" 'slime-edit-uses))
167167

168168
(evil-collection-define-key 'normal 'slime-popup-buffer-mode-map
169169
;; quit

0 commit comments

Comments
 (0)