working title
This commit is contained in:
parent
ffbe36efec
commit
1a8657b3d4
13 changed files with 234 additions and 77 deletions
5
lib/ex.coffee
Normal file
5
lib/ex.coffee
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class Ex
|
||||
write: -> atom.workspace.getActiveEditor().save()
|
||||
w: => @write()
|
||||
|
||||
module.exports = Ex
|
||||
Loading…
Add table
Add a link
Reference in a new issue