From b4977d1a626e1179eb686084b3c530a89cc14f67 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Jun 2021 01:13:29 +0200 Subject: [PATCH] Remove some dap-mode keybindings. --- init.d/programming/lsp.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.d/programming/lsp.el b/init.d/programming/lsp.el index a983aaf..51da8c5 100644 --- a/init.d/programming/lsp.el +++ b/init.d/programming/lsp.el @@ -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-" . dap-next) - ("C-S-" . dap-step-in)) + ("C-c b" . dap-breakpoint-toggle)) :commands (dap-debug)) (provide 'programming/lsp)