common-lisp module sly-db-quit fix
The `q` binding for `sly-popup-buffer-mode-map` was overriding `sly-db-mode`'s binding, causing lots of issues.
This commit is contained in:
parent
4b2dbe42a5
commit
b7de17aecd
1 changed files with 1 additions and 2 deletions
|
@ -228,8 +228,7 @@ bin/doom while packages at compile-time (not a runtime though)."
|
|||
(evil-define-key 'normal sly-mode-map
|
||||
(kbd "C-t") 'sly-pop-find-definition-stack)
|
||||
(evil-define-key 'normal sly-popup-buffer-mode-map
|
||||
(kbd "C-t") 'sly-pop-find-definition-stack
|
||||
"q" 'quit-window)
|
||||
(kbd "C-t") 'sly-pop-find-definition-stack)
|
||||
(evil-define-key 'normal sly-xref-mode-map
|
||||
[return] 'sly-goto-xref
|
||||
(kbd "S-<return>") 'sly-show-xref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue