Fork me on GitHub
#spacemacs
<
2017-11-04
>
Drew Verlee17:11:58

When i use a quote inside my s-expression then press enter. my s-epxression gets pushed 2 spaces to the right. Its driving me nuts. example:

(def foo "
now when i do anything (add a char, press enter, etc...) It moves the expression forward
(def foo "

Drew Verlee17:11:23

its something special just with double quotes

jumar18:11:06

@drewverlee I don't observe such behavior.

Drew Verlee18:11:22

im on the develop branch. Any idea what could cause this?

Drew Verlee18:11:26

happens on master to

jumar18:11:19

I don't know. Do you use parinfer or something like that?

Drew Verlee18:11:01

I was, then i tried removing it isolate the problem.

Drew Verlee18:11:30

on master branch with a fresh install of everything and it seems to happen. Ill try to fill a more specific bug report when i have time.