mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Load user keymaps after packages so they can win
This commit is contained in:
@@ -46,9 +46,9 @@ windowAdditions =
|
||||
config.load()
|
||||
buildProjectAndRootView()
|
||||
keymap.loadBundledKeymaps()
|
||||
keymap.loadUserKeymaps()
|
||||
atom.loadThemes()
|
||||
atom.loadPackages()
|
||||
keymap.loadUserKeymaps()
|
||||
$(window).on 'beforeunload', -> stopApplication(); false
|
||||
$(window).focus()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user