Float: legal instead of left
Hi guys,
I was asked to submit an issue about this after posting it on twitter. Basically when I am writing css getting ready to make something float left this happens:

Out of an old habit I type float: l+tab. As soon as I type "l" autocomplete suggestion changes from "left" to "legal".
+1 Please fix it. it's really annoying...
+1
Same for console.log half of the time.
Who even needs legal while coding anyway.
+1 please fix or at least tell us how to remove it manually.
+1 also running into this issue, pretty annoying.
+1
+1
+1
:+1: Happened to me more then once.
Is there an option to set priority to some autocomplete values?
p.s. It looks like the "legal" snippet is coming from https://github.com/atom/language-text/blob/cfb5667b9ec02758a5fdf66ac1e6b54dd153d95a/snippets/language-text.cson
p.p.s Can this be solved by this PR: https://github.com/atom/language-text/pull/4 ?
This happens to me all the time... Please fix
+1 super annoying
+1 had to disable language-text package
+1 so amazing seeing how many others are experiencing the same pain.
There are others as well but this one bugs me the most.
+1 Please.
+1 PLEASE
Please stop spamming with "+1 Please" and just use the thumbs-up at the first post. The more thumbs-up it gets the higher it will "rank" compared to other popular issues: https://github.com/search?utf8=%E2%9C%93&q=user%3Aatom+is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+ ("ranked" 31, on page 3).
please please please
For a temporary fix, add the following to your snippets.cson file (Atom > Snippets…):
'*':
'left':
'prefix': 'legal'
'body': 'left'