Add a key binding for sp-rewrap-sexp
This commit is contained in:
parent
8e320b2db6
commit
75342a80fc
@ -1574,7 +1574,8 @@ Some (many? most?) Emacs packages use this to do some logical separation of the
|
|||||||
:bind
|
:bind
|
||||||
(([f9] . smartparens-strict-mode)
|
(([f9] . smartparens-strict-mode)
|
||||||
("C-c s u" . sp-unwrap-sexp)
|
("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
|
#+end_src
|
||||||
|
|
||||||
** ~which-key~ to display available key bindings
|
** ~which-key~ to display available key bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user