Use docs/manifest.txt to list docs files. Add user-init-script.md.

This commit is contained in:
Nathan Sobo
2013-02-13 16:25:40 -07:00
parent 2427d80e1e
commit 297a33cc8d
3 changed files with 18 additions and 1 deletions

7
docs/user-init-script.md Normal file
View File

@@ -0,0 +1,7 @@
# User Init Script
When Atom finishes loading, it will evaluate `user.coffee` in your `~/.atom`
directory, giving you a chance to run arbitrary personal CoffeeScript code to
make customizations. You have full access to Atom's API from code in this file.
Please refer to the Atom Internals Guide for more information. If your
customizations become extensive, consider creating a package.