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'