Merge branch 'fix-t' into remerge-tests (temporarily)

This commit is contained in:
Meadowsys 2023-04-06 01:01:07 -07:00
commit 4368ac463d
No known key found for this signature in database
GPG Key ID: 9E9BB6D25186E719

View File

@ -209,10 +209,6 @@ class AtomEnvironment {
applicationDelegate: this.applicationDelegate
});
if (this.keymaps.canLoadBundledKeymapsFromMemory()) {
this.keymaps.loadBundledKeymaps();
}
this.registerDefaultCommands();
this.registerDefaultOpeners();
this.registerDefaultDeserializers();