If anyone's interested, I put out a short postmortem on my game that you can read here.
I love reading that you'd never used Fennel before the jam; that's so cool that you could pick it up quickly and still finish your game with 2 days to spare.
I pushed some changes to fennel-mode to get rid of byte-compiler errors; can you let me know if that fixes the indentation problems you were seeing?
https://gitlab.com/technomancy/fennel-mode/commit/e36c48a0ce7045ea604fb3159c312d...
I think it was missing an explicit require of lisp-mode?
Yeah, definitely says something about the simplicity of Fennel, but also the quality of the documentation. I love how short tutorial.md is
Those changes seem to fix the alignment, but only if `lisp-indent-offset` is nil. This might be more of an Emacs question than a fennel-mode question, but is there a way to get it to indent with two spaces? `lisp-mode` will indent with two spaces for me, but this new version of `fennel-mode` indents with four.