clojure-mode icon indicating copy to clipboard operation
clojure-mode copied to clipboard

Pressing `)` should tidy up newlines after the cursor until end of form

Open Heliosmaster opened this issue 4 years ago • 1 comments

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" )|

Heliosmaster avatar Sep 25 '20 09:09 Heliosmaster

Right now this behavior sort of happens only when killing with C-k

Heliosmaster avatar Dec 28 '20 10:12 Heliosmaster