From 75342a80fc696d5a77ba34b3739d900003acd285 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 17 Oct 2023 14:03:29 +0200 Subject: [PATCH] Add a key binding for sp-rewrap-sexp --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 1da4427..6def869 100644 --- a/configuration.org +++ b/configuration.org @@ -1574,7 +1574,8 @@ Some (many? most?) Emacs packages use this to do some logical separation of the :bind (([f9] . smartparens-strict-mode) ("C-c s u" . sp-unwrap-sexp) - ("C-c s k" . sp-kill-sexp))) + ("C-c s k" . sp-kill-sexp) + ("C-c s r" . sp-rewrap-sexp))) #+end_src ** ~which-key~ to display available key bindings