mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Load user configuration files
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
atom.open = (args...) ->
|
||||
@sendMessageToBrowserProcess('open', args)
|
||||
fs = require('fs')
|
||||
|
||||
atom.configDirPath = fs.absolute("~/.atom")
|
||||
atom.configFilePath = fs.join(atom.configDirPath, "atom.coffee")
|
||||
atom.open = (args...) -> @sendMessageToBrowserProcess('open', args)
|
||||
|
||||
Reference in New Issue
Block a user