Fix :quitall

This commit is contained in:
jazzpi 2015-12-28 14:04:19 +01:00
parent d6afe394ef
commit 059719bee4

View file

@ -113,7 +113,7 @@ class Ex
atom.workspace.getActivePane().destroyActiveItem() atom.workspace.getActivePane().destroyActiveItem()
quitall: -> quitall: ->
atom.workspace.getPanes()[0].destroy() atom.close()
q: => @quit() q: => @quit()
@ -234,7 +234,7 @@ class Ex
@wall() @wall()
wqall: => wqall: =>
atom.workspace.saveAll() @wall()
@quitall() @quitall()
wqa: => wqa: =>