Lisp HUG Maillist Archive

Editor: indentation question

Hello,

is it possible to make the editor indent forms that have a keyword in
function position the same way it indents other forms? I.e., following
the pattern of

(foo bar
     baz)

I'd like to get

(:foo bar
      baz)

instead of

(:foo bar
 baz)


Marcus


Updated at: 2020-12-10 08:46 UTC