neil-lindquist / lisp-paredit

Paredit for Atom
MIT License
24 stars 5 forks source link

Missing features #18

Open smaant opened 8 years ago

smaant commented 8 years ago

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):

("zot"| quux)
  ->
("zot|" quux)
  ->
("zo|" quux)

(foo bar)|
  ->
(foo bar|)

Do you think it would be possible to add this features?

HactarCE commented 6 years ago

Also paredit-transpose, which swaps the right and left sexps.

claynon commented 5 years ago

paredit-raise-sexp is also very useful