clojure-mode
clojure-mode copied to clipboard
Pressing `)` should tidy up newlines after the cursor until end of form
From the relevant thread on slack
(print "AAA" |
)
If cursor is at |
, when i press )
on my keyboard, i expect it to become:
(print "AAA" )|
Right now this behavior sort of happens only when killing with C-k