Skip to content

Instantly share code, notes, and snippets.

@brettz9
Created March 29, 2016 02:29
Show Gist options
  • Save brettz9/663077995e27619cbb97 to your computer and use it in GitHub Desktop.
Save brettz9/663077995e27619cbb97 to your computer and use it in GitHub Desktop.
Just making a place for my Atom init script
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
# console.log "Saved! #{editor.getPath()}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment