ex-mode/lib/ex.coffee
2015-02-19 18:11:25 +01:00

5 lines
99 B
CoffeeScript

class Ex
write: -> atom.workspace.getActiveEditor().save()
w: => @write()
module.exports = Ex