Skip to content

Commit

Permalink
fix: the goto-reference in slime-mode only works for global variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald authored Dec 22, 2024
1 parent a0af9fe commit 4a172c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/slime/evil-collection-slime.el
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

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

(evil-collection-define-key 'normal 'slime-popup-buffer-mode-map
;; quit
Expand Down

0 comments on commit 4a172c8

Please sign in to comment.