📝 Doc ~/.atom/init.coffee

Esse commit está contido em:
Kevin Sawicki
2014-02-07 09:32:38 -08:00
commit 4219d06bd9
+13 -1
Ver Arquivo
@@ -1 +1,13 @@
# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md`
# 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 make opened Markdown files have larger text:
#
# path = require 'path'
#
# atom.workspaceView.eachEditorView (editorView) ->
# if path.extname(editorView.getEditor().getPath()) is '.md'
# editorView.setFontSize(20)