mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Use docs/manifest.txt to list docs files. Add user-init-script.md.
This commit is contained in:
7
docs/user-init-script.md
Normal file
7
docs/user-init-script.md
Normal 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.
|
||||
Reference in New Issue
Block a user