DogLooksGood / parinfer-mode

Parinfer for Emacs :)
GNU General Public License v3.0
407 stars 33 forks source link

parinfer deleting whitespace after ? #63

Open ar1a opened 6 years ago

ar1a commented 6 years ago

How to reproduce:

(test ? )

it'll change it to

(test ?)

which is not what I want

andreyorst commented 4 years ago

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