# 'atom-text-editor':
# 'enter': 'editor:newline'
# 'ctrl-alt-d': 'custom:addDiv'
# atom.commands.add 'atom-text-editor', 'custom:addDiv', ->
# atom.workspace.getActiveTextEditor()?.insertText('<div class=""></div>')
# atom.workspace.getActiveTextEditor()?.moveLeft(6)