You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
Position text cursor/caret at the end of the first line. Press semicolon ;. Paredit joins the next line to the caret position, and puts the semicolon at the end of the joined lines:
["existing expression"];
How annoying when you want to have comments in complex expressions.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Have code on two or more lines:
["existing expression" ]
Position text cursor/caret at the end of the first line. Press semicolon
;
. Paredit joins the next line to the caret position, and puts the semicolon at the end of the joined lines:How annoying when you want to have comments in complex expressions.
The text was updated successfully, but these errors were encountered: