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

Small changes to paredit-mode #949

Merged
merged 7 commits into from
Aug 14, 2023

Conversation

fukamachi
Copy link
Collaborator

Changes

  • Escape a double quote when inserting it into a string (paredit-insert-doublequote)
  • Add a space between the previous element when wrapping an element (paredit-wrap)
  • Fix paredit-raise to work when the cursor is at the beginning of a form
  • Bind paredit-splice-backward to "M-Up"
  • Add paredit-meta-doublequote to wrap a form with double quotes
  • Rename paredit-wrap -> paredit-wrap-round, and export it
  • Fix paredit-forward and paredit-backward to go up to the parent form at the beginning/end of the form

fukamachi added a commit to fukamachi/.lem that referenced this pull request Aug 14, 2023
@cxxxr cxxxr merged commit 1b5368f into lem-project:main Aug 14, 2023
1 check passed
@cxxxr
Copy link
Member

cxxxr commented Aug 14, 2023

Thanks a lot for the improvements

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

Successfully merging this pull request may close these issues.

2 participants