Closed ROCKTAKEY closed 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.
sp-delete-symbol
sp-delete-word
Thanks!
Yea, this is reasonable, thanks for catching the missing versions! Sorry for being so late with merging this :blush:
Hi. Thanks for maintenance. I love this project. I cannot write lisp without smartparens!
While functions which delete symbol and word exist like
sp-delete-symbol
andsp-delete-word
, There is no function delete sexp. So I add it by this PR.Thanks!