From a34276b5e45b0622e3c78d2352c1cba0ed394683 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 26 Jan 2017 09:05:49 +0100 Subject: [PATCH] Update smartparens command list --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 0159dda..a713a4f 100644 --- a/init.el +++ b/init.el @@ -260,7 +260,8 @@ 'turn-on-smartparens-strict-mode) :bind (([f9] . smartparens-strict-mode) - ("C-(" . sp-unwrap-sexp))) + ("C-c s u" . sp-unwrap-sexp) + ("C-c s k" . sp-kill-sexp))) (use-package smart-mode-line :ensure t