[Openmcl-devel] indent again
Joakim Sandgren
info at joakimsandgren.com
Tue Apr 3 11:55:31 PDT 2012
So,
I found in bindings.lisp the indent commands I wanted... (indent region, form...)
This result:
(goo :arg1 2
:arg2 3
:arg3 4)
...I would like to have the :arg arguments aligned like:
(goo :arg1 2
:arg2 3
:arg3 4)
(like in mcl...)
It is possible to change these as parameters ?
Please answer somebody and don't let me do a ticket again of something that already exists...
sincerely,
joakim
More information about the Openmcl-devel
mailing list