Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add activationHook #283

Merged
merged 3 commits into from
Mar 8, 2020
Merged

Add activationHook #283

merged 3 commits into from
Mar 8, 2020

Commits on Feb 26, 2020

  1. Add activationHook

    As mentioned in the Atom documentation, `activationHooks` (or `activationCommands`) will improve startup performance by deferring the package activation. Since this package is grammar agnostic, the `core:loaded-shell-environment` hook is the only suitable one.
    idleberg committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    92b4ec0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Fix tests for PR #283

    ericcornelissen committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    18cf5bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ericcornelissen/fix-pr-283

    Fix tests for activationHooks Pull Request
    idleberg committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    51ecd55 View commit details
    Browse the repository at this point in the history