branch: main commit 81b9224b3b2415f7ea6b0627682b3be1f55cf5b4 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
* elpa-packages (bind-key, use-package): Make into :core packages. Ref: https://debbugs.gnu.org/59914 --- elpa-packages | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/elpa-packages b/elpa-packages index 1909003856..72ab1d3098 100644 --- a/elpa-packages +++ b/elpa-packages @@ -91,11 +91,7 @@ :auto-sync nil) (beacon :url "https://github.com/Malabarba/beacon" :auto-sync t) - (bind-key :url "https://github.com/jwiegley/use-package" - :ignored-files ("LICENSE" "doc" "Makefile*" "bind-chords.el" "use-package*" - "README.md" "NEWS.md") ;; These two are for use-package. - :news "/dev/null" ;l Don't use use-package' s `NEWS.md`. - :auto-sync t) + (bind-key :core "lisp/use-package/bind-key.el") (blist :url "https://gitlab.com/mmemmew/blist" :doc "blist.texinfo" :readme "README.org" @@ -784,12 +780,14 @@ (url-scgi :url "https://github.com/skangas/url-scgi" :readme "README.org" :auto-sync t) - (use-package :url "https://github.com/jwiegley/use-package" - :ignored-files ("LICENSE" "bind-*" "use-package-chords.el") - :readme ignore - :doc "use-package.texi" - :news "NEWS.md" - :auto-sync t) + (use-package + :core ("lisp/use-package/" + "doc/emacs/doclicense.texi" + "doc/emacs/docstyle.texi" + "doc/misc/use-package.texi") + :shell-command "(echo '@set USEP_DIST from GNU ELPA'; echo '@set EMACSVER') >emacsver.texi" + :excludes ("bind-key.el") + :doc "use-package.texi") (validate :url "https://github.com/Malabarba/validate.el") (valign :url "https://github.com/casouri/valign") (vc-backup :url "https://git.sr.ht/~pkal/vc-backup"