diff options
| author | sakurawald <sakurawald@gmail.com> | 2024-12-22 03:32:49 +0000 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2025-01-08 06:06:35 +0800 |
| commit | 58766492f7dc830c010d5a4a095cf23d6eb0aefc (patch) | |
| tree | 43795528f02b46d0eccc58ee77dfa81eefa6d5eb | |
| parent | 384efde184180efcdf19890c182290f757d97cdc (diff) | |
fix: the goto-reference in slime-mode only works for global variables.
| -rw-r--r-- | modes/slime/evil-collection-slime.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/slime/evil-collection-slime.el b/modes/slime/evil-collection-slime.el index 18ea39a..9422cec 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 |
