How to add emmet to atom for JSX
How to add emmet to atom for JSX without ruining your ability to tab.
Go to the Atom menu then Keymap... and add this to your keymap.cson file.
'atom-text-editor[data-grammar~="jsx"]:not([mini])': 'tab': 'emmet:expand-abbreviation-with-tab'
You’re welcome.