lispy
lispy copied to clipboard
Lispy with a skribilo minor mode
Hi,
I'm writing a minor mode for Skribilo ( https://nongnu.org/skribilo/ ), a Scheme based document production tool. The peculiarity of Skribilo is that expressions in square brackets should be treated as strings, not S-expressions. These square bracketed expressions should not be indented or normalized in any way. I have handled the indentation in my minor mode. But, how do I get lispy to play nicely with the normalization?
Thanks!