diff options
| author | James Nguyen <james@jojojames.com> | 2017-12-21 21:55:05 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-12-21 21:55:05 -0800 |
| commit | c3c39ce05ae051373ee88e40d3d1021c89cb4287 (patch) | |
| tree | 96d73000dbc2c790d49685470c87694aa162965f /evil-collection-slime.el | |
| parent | a3eaa74a4f64424efa04c2b5da9af6d009204428 (diff) | |
Slime: Fix
Diffstat (limited to 'evil-collection-slime.el')
| -rw-r--r-- | evil-collection-slime.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-collection-slime.el b/evil-collection-slime.el index 7496576..c1a7590 100644 --- a/evil-collection-slime.el +++ b/evil-collection-slime.el @@ -114,8 +114,8 @@ "gk" 'slime-inspector-pop (kbd "C-k") 'slime-inspector-pop "gj" 'slime-inspector-next - (kbd "j") 'slime-inspector-next - 'slime-inspector-previous-inspectable-object + "j" 'slime-inspector-next + "k" 'slime-inspector-previous-inspectable-object "K" 'slime-inspector-describe "p" 'slime-inspector-pprint "e" 'slime-inspector-eval |
