mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Use core/ instead of <embedded> for keymaps loaded during snapshot
This commit is contained in:
@@ -17,7 +17,7 @@ KeymapManager::canLoadBundledKeymapsFromMemory = ->
|
||||
KeymapManager::loadBundledKeymaps = ->
|
||||
if bundledKeymaps?
|
||||
for keymapName, keymap of bundledKeymaps
|
||||
keymapPath = "<embedded>/#{keymapName}"
|
||||
keymapPath = "core/#{keymapName}"
|
||||
@add(keymapPath, keymap, 0, @devMode ? false)
|
||||
else
|
||||
keymapsPath = path.join(@resourcePath, 'keymaps')
|
||||
|
||||
Reference in New Issue
Block a user