-
-
Notifications
You must be signed in to change notification settings - Fork 247
Vertical alignment doesn't treat , correctly #367
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
That happens because |
Seems to me |
I'll take a swing at this after I get 8hrs. |
@arrdem I guess you meant to write 8days. :-) |
squints, drags self out of bed |
arrdem
added a commit
to arrdem/clojure-mode
that referenced
this issue
Mar 26, 2016
This causes clojure-forward-logical-sexp to skip over , when for instance computing vertical alignments. Fixes clojure-emacs#367
arrdem
added a commit
to arrdem/clojure-mode
that referenced
this issue
Mar 26, 2016
This causes clojure-forward-logical-sexp to skip over , when for instance computing vertical alignments. Fixes clojure-emacs#367
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
indents with align-vertically to
since
,
is lexical whitespace, the,
s should remain attached to the preceding forms.The text was updated successfully, but these errors were encountered: