[slime-devel] controlling indentation of let forms

ramb at sonic.net ramb at sonic.net
Mon Jul 11 15:14:26 UTC 2005


Is it possible to change how slime (is slime controlling the
ident process??) indents let forms?

I prefer a let to look like this:

(let (var1 var2 var3 var4
      var5 var6)
 ...)


but its currently indented like this:

(let (var1 var2 var3 var4
           var5 var6)
 ...)

Can I change this? Or is slime the wrong place to look?

Thanks for any info.
-Ram




More information about the slime-devel mailing list