parinfer

2017-06-24T19:34:58.697768Z

parinfer on emacs…

(defn foo [x y])
^(+ x y)
when i press tab at the ^ i expected it to move forward two spaces. instead it doesn’t move at all. Any idea why? is this the expected behavior?

2017-06-24T19:35:54.700717Z

i noticed i have been hitting space in this case, but i want to always indent 2 spaces (which i assume tab is doing 🙂 )