mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Merge pull request #5679 from jbrains/no-more-activation-events
💄 Removes last reference to obsolete term 'Activation Events'.
This commit is contained in:
@@ -72,7 +72,7 @@ command palette or by pressing `ctrl-alt-cmd-l`.
|
||||
|
||||
Now open the command panel and search for the `ascii-art:convert` command. But
|
||||
it's not there! To fix this, open _package.json_ and find the property called
|
||||
`activationCommands`. Activation Events speed up load time by allowing Atom to
|
||||
`activationCommands`. Activation Commands speed up Atom's load time by allowing it to
|
||||
delay a package's activation until it's needed. So remove the existing command
|
||||
and add `ascii-art:convert` to the `activationCommands` array:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user