
1 Jan
2009
1 Jan
'09
2:08 p.m.
"Tobias C. Rittweiler" <tcr@freebits.de> writes:
If there's not a major outcry, I'll make `slime-setup' do the following
(setq lisp-simple-loop-indentation 1 lisp-loop-keyword-indentation 6 lisp-loop-forms-indentation 6)
That sounds good, I've had that in my .emacs for a long time. Recently, though, I started using the slime-indentation contrib which handles both LOOP styles gracefully: (loop for x ... do y ...) and (loop for x ... do y ...) -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/