From 890eb91cf164eb438f409615b970e8b1794a1445 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 20 Mar 2012 16:12:40 -0700 Subject: [PATCH] Put config file in ~/.atom/atom.coffee --- src/atom/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()