From 4a172c836c54aa9894871a217181a55e2d4b250f Mon Sep 17 00:00:00 2001 From: sakurawald Date: Sun, 22 Dec 2024 03:32:49 +0000 Subject: [PATCH] fix: the goto-reference in slime-mode only works for global variables. --- modes/slime/evil-collection-slime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/slime/evil-collection-slime.el b/modes/slime/evil-collection-slime.el index 18ea39a6..9422ceca 100644 --- a/modes/slime/evil-collection-slime.el +++ b/modes/slime/evil-collection-slime.el @@ -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