When I hit Enter
/Return
on my keyboard, the cursor goes to position of character 82 instead of the beginning of the line. This behavior is very confusing to me. Do I need to add something to the configuration file to make sure that the cursor goes to the beginning of the line?
Asked
Active
Viewed 22 times
0

ark
- 13
- 2
-
what kind of file are you editing when thus happens? This behaviour will be determined by the major mode you are in, and the major mode is set by the file type (eg, plain text, C code, JavaScript, orgmode etc) – Tyler Sep 28 '19 at 11:32
-
I am in Taureg Merlin mode – ark Sep 28 '19 at 12:18
-
1If you switch off `electric-indent-local-mode` in the buffer, does the problem persist? – phils Sep 28 '19 at 13:16
-
Looks like automatic indentation. This could be because of a syntax error in the preceding lines. – JeanPierre Sep 29 '19 at 07:25
-
@phils Thanks! It was because of `electric-indent-local-mode` – ark Sep 30 '19 at 11:06