abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 130 forks source link

Lispy with a skribilo minor mode #596

Open arunisaac opened 3 years ago

arunisaac commented 3 years ago

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!