Remove some dap-mode keybindings.

This commit is contained in:
tastytea 2021-06-29 01:13:29 +02:00
parent 8f0f407ec5
commit b4977d1a62
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 3 deletions

View File

@ -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)