[WIP] smart-parens-mode
not currently working, this is just a draft
(following Discord:) I pull the branch, start Lem, start the mode with M-x smart-parens-mode and typing a ( inserts the pair. It works! (except it inserts too many closing parens)
Hm. smart-parens-mode is not showing up for me. What is your workflow? I was doing a make build after each change in the code. Are you running it from slime? How do I run it locally without building?
I tried it, and make was successful. The feature in this mode are also working.
Ok, I realize I doubt I'll ever get to change this code. This is a stylistic issue for an optional mode, where the code works. It's based on code of existing modes. While I understand it's better to have your desired style in the code base, considering this is not even part of the main code base and it's an additional mode, following the style of other modes, I think it's reasonable to ask to accept the PR.