Merge pull request #1119 from mfiano/patch-3

common-lisp module: Added keybind to quit sly-xref-mode windows
This commit is contained in:
Henrik Lissner 2019-01-20 14:10:51 -05:00 committed by GitHub
commit 9a8f3070a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,6 +240,7 @@ bin/doom while packages at compile-time (not a runtime though)."
"go" 'sly-show-xref "go" 'sly-show-xref
"gr" 'sly-recompile-xref "gr" 'sly-recompile-xref
"gR" 'sly-recompile-all-xrefs "gR" 'sly-recompile-all-xrefs
"q" 'quit-window
"r" 'sly-xref-retract))) "r" 'sly-xref-retract)))