Skip to content

Commit

Permalink
Use docs/manifest.txt to list docs files. Add user-init-script.md.
Browse files Browse the repository at this point in the history
Nathan Sobo committed Feb 13, 2013
1 parent 2427d80 commit 297a33c
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[docs]
title = The Guide to Atom
manifest = intro.md, features.md, configuring.md, keymaps.md, themes.md, user-stylesheet.md, packages/intro.md, packages/installing.md, packages/markdown-preview.md, packages/wrap-guide.md
11 changes: 11 additions & 0 deletions docs/manifest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
intro.md
features.md
configuring.md
keymaps.md
themes.md
user-stylesheet.md
user-init-script.md
packages/intro.md
packages/installing.md
packages/markdown-preview.md
packages/wrap-guide.md
7 changes: 7 additions & 0 deletions docs/user-init-script.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 297a33c

Please sign in to comment.