mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
ef129f9491
Closes #4089
12 lines
386 B
CoffeeScript
12 lines
386 B
CoffeeScript
# 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()}"
|