From ddc0c1fc21f95a4c17a78053f95cfd0f171e8a4b Mon Sep 17 00:00:00 2001 From: Michael Fiano Date: Mon, 14 Jan 2019 20:07:41 -0500 Subject: [PATCH] common-lisp module: Fix sly-db button binding --- modules/lang/common-lisp/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index 2bef0db59..f65349015 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -154,7 +154,6 @@ bin/doom while packages at compile-time (not a runtime though)." (evil-define-key 'normal sly-db-mode-map [follow-link] 'mouse-face [mouse-2] 'sly-db-default-action/mouse - [return] 'sly-db-default-action (kbd "C-i") 'sly-db-cycle (kbd "C-j") 'sly-db-down (kbd "C-k") 'sly-db-up