lisp-paredit
lisp-paredit copied to clipboard
Missing features
Hi, I'm usually emacs user and now looking around atom, was trying to find some analog of paredit and found your plugin. It has a lot of features, but some a very important (imho) are missed (I would name them as functions in paredit.el
):
- paredit-close-round
- paredit-close-round-and-newline
- paredit-backward-delete - part of this is working, but this one is missing (basically on backward delete cursor shouldn't just stop on a closing delimiter, but move inside instead):
("zot"| quux)
->
("zot|" quux)
->
("zo|" quux)
(foo bar)|
->
(foo bar|)
Do you think it would be possible to add this features?
Also paredit-transpose, which swaps the right and left sexps.
paredit-raise-sexp
is also very useful