1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-09-01 18:24:06 +00:00

add more atom config giles

This commit is contained in:
2017-12-03 23:58:27 -08:00
parent 21766a8ea0
commit 124660e70f
3 changed files with 64 additions and 0 deletions

11
atom/.atom/init.coffee Normal file
View File

@ -0,0 +1,11 @@
# 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()}"