Skip to content

Instantly share code, notes, and snippets.

@capaj
Created October 27, 2015 19:10
Show Gist options
  • Save capaj/0f15229f519766098ef4 to your computer and use it in GitHub Desktop.
Save capaj/0f15229f519766098ef4 to your computer and use it in GitHub Desktop.
onDidSave atom editor
atom.workspace.observeTextEditors(function(editor){
editor.onDidSave(function(){console.log('saved')})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment