-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(link/add): Don't link when no -pkg.el file (#133)
* feat(link/add): Don't link when no -pkg.el file * Simplify link
- Loading branch information
Showing
3 changed files
with
17 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
💡 You need the `-pkg.el` file so the `package.el` can recognize your package. | ||
|
||
Options are, | ||
|
||
- [ ] Use `eask pkg-file` to create one | ||
- [ ] Write your own `-pkg.el` file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
|
||
✓ You have now created the link, here are things you might want to consider: | ||
|
||
- [ ] `SOURCE-pkg.el` file Package descriptor | ||
- [ ] (Optional) `SOURCE-autoloads.el` Package autoloads | ||
- [ ] (Optional) Compile source package with `.elc` files Use `.elc` may be metter choice | ||
|
||
If the source package uses Eask, you can use `eask` commands to accomplish these tasks. | ||
|
||
* `eask pkg-file` | ||
* `eask autoloads` | ||
* `eask compile` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters