Skip to content

Commit

Permalink
change the way to activate package
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqcool committed Sep 16, 2014
1 parent 3aea899 commit 1a98e78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is an Emacs extension for Atom.
You can install it from `Atom -> Preferences -> Settings -> Packages`. To enable emacs-mode automatically on Atom starts, put following code to your init script:

```coffeescript
atom.packages.enablePackage('emacs-mode').activateNow()
atom.packages.activatePackage 'emacs-mode'
```

## Features
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"main": "./lib/emacs",
"version": "0.0.28",
"description": "Enjoy a mouse-free Emacs experience on a modern editor.",
"activationEvents": [
"emacs:toggle"
],
"repository": "https://github.com/fuqcool/atom-emacs-mode.git",
"license": "MIT",
"engines": {
Expand Down

1 comment on commit 1a98e78

@fuqcool
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#16

Please sign in to comment.