mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
rename to config-defaults
This commit is contained in:
@@ -603,7 +603,7 @@ class Atom extends Model
|
||||
@deserializeWorkspaceView()
|
||||
|
||||
loadConfig: ->
|
||||
@config.setSchema null, {type: 'object', properties: _.clone(require('./config-default-schema'))}
|
||||
@config.setSchema null, {type: 'object', properties: _.clone(require('./config-defaults'))}
|
||||
@config.load()
|
||||
|
||||
loadThemes: ->
|
||||
|
||||
Reference in New Issue
Block a user