diff --git a/modules/siren-smartparens.el b/modules/siren-smartparens.el index d8254af..e7cf621 100644 --- a/modules/siren-smartparens.el +++ b/modules/siren-smartparens.el @@ -32,7 +32,6 @@ (define-key map (kbd "C-M-b") 'sp-backward-sexp) (define-key map (kbd "C-M-a") 'sp-beginning-of-sexp) (define-key map (kbd "C-M-e") 'sp-end-of-sexp) - (define-key map (kbd "C-k") 'sp-kill-hybrid-sexp) (define-key map (kbd "M-|") 'sp-split-sexp) (define-key map (kbd "M-t") 'sp-backward-up-sexp) (define-key map (kbd "C-") 'sp-backward-kill-sexp))