Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.82k stars 195 forks source link

Add commands named `sp-(backward-)?delete-sexp` #1167

Closed ROCKTAKEY closed 11 months ago

ROCKTAKEY commented 1 year ago

Hi. Thanks for maintenance. I love this project. I cannot write lisp without smartparens!

While functions which delete symbol and word exist likesp-delete-symbol and sp-delete-word, There is no function delete sexp. So I add it by this PR.

Thanks!

Fuco1 commented 11 months ago

Yea, this is reasonable, thanks for catching the missing versions! Sorry for being so late with merging this :blush: