I do not know what I did, but emacs creates a lot of spaces for new lines. There's a demo:
How to fix this?
I do not know what I did, but emacs creates a lot of spaces for new lines. There's a demo:
How to fix this?
You seem to be on the scratch buffer and I think emacs is trying to match the indent level of the line above. If you remove the lines above and try again it shouldn't add any spaces. Emacs usually indents everything according to the working language, but as I'm not familiarized with sml and I can't say if the behavior is correct.
If after you remove the lines above you still have issues with the indentation, you should try again emacs -Q
to check if it's something related to your config. In case you the issues persist, you should file a bug or look for alternative modes.