When typing a number in spacemacs all kind of numbers are being suggested. I can autocomplete them with enter. I like this behaviour in the case I'm typing words (made up of letters). But I don't want this behaviour when I'm typing numbers.
Often I have to type a number at the end of a line. So for instance, when I want the number 10 but type enter in order to go to the next line, the 10 I type expands to 1001004005438142.
To avoid the 10 being expanded, I can type a space and after that an enter. That's the way I handle this at this moment.
However I just don't want numbers to automatically expand.
What functions or strings can I put into my .spacemacs
(or init.el
) to prevent numbers, and only numbers, from being suggested (and consequently being expanding when I type enter)?