diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-01-15 11:40:48 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-01-15 11:40:48 -0500 |
| commit | f25cda37f2f66ec0c6e66125782c346e82f015cf (patch) | |
| tree | f87a18bbc589e30cb1e03d270f6faf6c38860dfb /README | |
| parent | f85cb8d6aa617bc999783e3703eaae402dc7f5a5 (diff) | |
* GNUmakefile (%.elc): Use load-prefer-newer
* admin/archive-contents.el (archive--pull): Skip uptodate worktrees.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ In the `external' case, the copy of the code is not kept in `master` but in the To add a new externals package, first add this `elpa.git' repository as a new remote in your existing repository. Then push a local branch to a -new remote branch in `elpa.git', named externals/<pkgname>. For example: +new remote branch in `elpa.git', named `externals/<pkgname>`. For example: git push elpa <mybranch>:externals/<pkgname> |
