Add a key binding for sp-rewrap-sexp

This commit is contained in:
Gergely Polonkai 2023-10-17 14:03:29 +02:00
parent 8e320b2db6
commit 75342a80fc
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 1 deletions

View File

@ -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