DogLooksGood / parinfer-mode

Parinfer for Emacs :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parinfer deleting whitespace after ?

ar1a opened this issue · comments

How to reproduce:

(test ? )

it'll change it to

(test ?)

which is not what I want

Also happens to me. You might want to use ?\s instead