Skip to content

Commit

Permalink
doc: document wrapping commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaiKinono committed Jan 20, 2023
1 parent 3a7258e commit 7838df1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@ This exchanges the order of application of two closest outer forms.
- `puni-splice`: Unwrap the sexp around point.
- `puni-split`: Split the sexp around point into two.
- `puni-transpose`: Swap the sexps before and after point.
- `puni-wrap-round`, `puni-wrap-square`, `puni-wrap-curly` and
`puni-wrap-angle`: Wrap sexps with all kinds of brackets. See their
docstrings for details.

## Define your own soft deletion commands

Expand Down

0 comments on commit 7838df1

Please sign in to comment.