Andreas Enge <[email protected]> skribis: > Are the rules written somewhere to look them up? It looks very different > from what I am used to in C.
For general Scheme coding style, I mostly follow <http://mumble.net/~campbell/scheme/style.txt>. There’s also a .dir-locals.el file in the repo that sets up Emacs to do things correctly for all the special forms we use, such as ‘substitute*’. Thanks, Ludo’.
