diff --git a/lib/ex.coffee b/lib/ex.coffee index 07ecc78..5c99084 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -145,7 +145,7 @@ class Ex wq: (args...) => @write(args...).then => @quit() - x: => @wq() + x: (args...) => @wq(args...) wa: -> atom.workspace.saveAll()