From a183fcddf59a1fa5b2a2bd3d903b481a15618b9c Mon Sep 17 00:00:00 2001 From: Michael Fiano Date: Mon, 14 Jan 2019 20:48:03 -0500 Subject: [PATCH] common-lisp module: Added keybind to quit sly-xref-mode windows --- modules/lang/common-lisp/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index 2bef0db59..528288c38 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -242,6 +242,7 @@ bin/doom while packages at compile-time (not a runtime though)." "go" 'sly-show-xref "gr" 'sly-recompile-xref "gR" 'sly-recompile-all-xrefs + "q" 'quit-window "r" 'sly-xref-retract)))