lispy icon indicating copy to clipboard operation
lispy copied to clipboard

Lispy with a skribilo minor mode

Open arunisaac opened this issue 4 years ago • 0 comments

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!

arunisaac avatar Jun 04 '21 10:06 arunisaac