3 # Atom will evaluate this file each time a new window is opened. It is run
4 # after packages are loaded/activated and after the previous editor state
7 # An example hack to log to the console when each text editor is saved.
9 # atom.workspace.observeTextEditors (editor) ->
11 # console.log "Saved! #{editor.getPath()}"