mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Put config file in ~/.atom/atom.coffee
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user