I just spent the whole morning trying to figure out why html + tab was giving me <html></html> and I've come to find out it's Emmet overriding my ~/.atom/snippets.cson settings. This is a dealbreaker. Isn't there a way Emmet can function without overriding my snippets?
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34451547-overrides-snippets-cson-snippet-settings?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github).
I just spent the whole morning trying to figure out why
html + tab
was giving me<html></html>
and I've come to find out it's Emmet overriding my~/.atom/snippets.cson
settings. This is a dealbreaker. Isn't there a way Emmet can function without overriding my snippets?