From bb17765bbd1916885daa029452c79da13014c633 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 19 May 2025 14:29:32 -0400 Subject: [PATCH] working bindings --- bindings.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bindings.el b/bindings.el index e20d34a..8d8a14e 100644 --- a/bindings.el +++ b/bindings.el @@ -362,11 +362,7 @@ "" #'end-of-buffer "C-" #'split-window-vertically "C-S-" #'split-window-horizontally - "C-" #'sp-backward-delete-word - "C-" #'sp-delete-word - "C-(" #'sp-wrap-round - "C-[" #'sp-wrap-square - "C-{" #'sp-wrap-curly) + "C-" #'sp-backward-delete-word) ;; "C-M-" #'my/call-localleader)