mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
~/.atom/atom.coffee is editable by the user, all other files in ATOM_SRC/.atom are symlinked into ~/.atom.
7 lines
259 B
CoffeeScript
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'
|