Fork me on GitHub
#parinfer
<
2017-06-24
>
Drew Verlee19:06:58

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?

Drew Verlee19:06:54

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