diff --git a/src/atom/app.coffee b/src/atom/app.coffee index 0f7a7f19f..eb5f07c5b 100644 --- a/src/atom/app.coffee +++ b/src/atom/app.coffee @@ -16,7 +16,7 @@ class App @windows = [] @setUpKeymap() @tabText = " " - @userConfigurationPath = require.resolve(fs.absolute("~/.atom")) + @userConfigurationPath = fs.absolute "~/.atom/atom.coffee" setUpKeymap: -> @keymap = new Keymap()