Tab key to indent always like Emacs in Atom
tab-indent-behavior provides tab-indent-behavior:tab.
- Indent by hitting tab key
- Move to the first character of the line if the cursor in the heading spaces region.
Please configure your keymap.cson like:
'atom-workspace atom-text-editor:not([mini])':
'tab': 'tab-indent-behavior:tab'