Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing features #18

Open
smaant opened this issue Apr 17, 2016 · 2 comments
Open

Missing features #18

smaant opened this issue Apr 17, 2016 · 2 comments

Comments

@smaant
Copy link

smaant commented Apr 17, 2016

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?

@HactarCE
Copy link

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

@claynon
Copy link

claynon commented Dec 7, 2018

paredit-raise-sexp is also very useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants