Remove some dap-mode keybindings.
This commit is contained in:
parent
8f0f407ec5
commit
b4977d1a62
|
@ -118,9 +118,7 @@
|
|||
(add-hook 'dap-stopped-hook ; Didn't work with :hook.
|
||||
(lambda (arg) (call-interactively #'dap-hydra))))
|
||||
:bind (:map dap-mode-map
|
||||
("C-c b" . dap-breakpoint-toggle)
|
||||
("S-<f6>" . dap-next)
|
||||
("C-S-<f6>" . dap-step-in))
|
||||
("C-c b" . dap-breakpoint-toggle))
|
||||
:commands (dap-debug))
|
||||
|
||||
(provide 'programming/lsp)
|
||||
|
|
Loading…
Reference in New Issue
Block a user