Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 5159 days ago | link | parent

Ah, there's one situation where I find myself wishing I could insert parens at the start of single-word lines:

  if x
    (do
      something
      something else)
The paren wrapping do is now needed.