mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
8 lines
388 B
Markdown
8 lines
388 B
Markdown
# 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.
|