pulsar/.atom/atom.coffee
Corey Johnson 92a451e8cf rake install makes ~/.atom more useable
~/.atom/atom.coffee is editable by the user, all other files in ATOM_SRC/.atom are symlinked
into ~/.atom.
2012-09-21 16:13:18 -07:00

7 lines
259 B
CoffeeScript

fs = require('fs')
require fs.join(atom.configDirPath, "default-config")
# For now, this is how you can customize Atom (It is not a permanent solution)
# requireExtension fs.join(atom.configDirPath, "your-extension")
# rootView.setSomeGlobalSetting = 'yeah'