mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #1117 from mfiano/patch-1
common-lisp module sly-db-quit fix
This commit is contained in:
@ -228,8 +228,7 @@ bin/doom while packages at compile-time (not a runtime though)."
|
|||||||
(evil-define-key 'normal sly-mode-map
|
(evil-define-key 'normal sly-mode-map
|
||||||
(kbd "C-t") 'sly-pop-find-definition-stack)
|
(kbd "C-t") 'sly-pop-find-definition-stack)
|
||||||
(evil-define-key 'normal sly-popup-buffer-mode-map
|
(evil-define-key 'normal sly-popup-buffer-mode-map
|
||||||
(kbd "C-t") 'sly-pop-find-definition-stack
|
(kbd "C-t") 'sly-pop-find-definition-stack)
|
||||||
"q" 'quit-window)
|
|
||||||
(evil-define-key 'normal sly-xref-mode-map
|
(evil-define-key 'normal sly-xref-mode-map
|
||||||
[return] 'sly-goto-xref
|
[return] 'sly-goto-xref
|
||||||
(kbd "S-<return>") 'sly-show-xref
|
(kbd "S-<return>") 'sly-show-xref
|
||||||
|
Reference in New Issue
Block a user