Hi Alessio
How do i configure indentation in emacs / slime so that it behaves and
looks like specified in the documentation. In the docs i see that the
widget macro calls indent similar to DEFUN. like:
(frame (...)
(text ...)
(button ...))
What i am getting is:
(frame (...)
(text ...)
(button ...))
Any help is appreciated,
Matus