mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
📝 Mention calling after setUpEnvironment
This commit is contained in:
@@ -46,6 +46,8 @@ window.setUpEnvironment = (windowMode) ->
|
||||
#
|
||||
# This can be used by packages to have a minimum level of keybindings and
|
||||
# menus available when not using the standard editor window.
|
||||
#
|
||||
# This should only be called after setUpEnvironment() has been called.
|
||||
window.setUpDefaultEvents = ->
|
||||
windowEventHandler = new WindowEventHandler
|
||||
keymap.loadBundledKeymaps()
|
||||
|
||||
Reference in New Issue
Block a user