From: Stefan Kangas Date: Thu, 17 Nov 2022 11:06:22 +0000 (+0100) Subject: Add package keyword from finder-known-keywords X-Git-Tag: emacs-29.0.90~1306^2~15^2~2^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=efae6048dd;p=emacs.git Add package keyword from finder-known-keywords --- diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 5baf94b2b13..3168f686a09 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -7,7 +7,7 @@ ;; Created: 16 Jun 2012 ;; Version: 2.4.1 ;; Package-Requires: ((emacs "24.3")) -;; Keywords: keys keybinding config dotemacs +;; Keywords: keys keybinding config dotemacs extensions ;; URL: https://github.com/jwiegley/use-package ;; This program is free software; you can redistribute it and/or modify diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 04befb7e464..bafa0934a6d 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -7,7 +7,7 @@ ;; Created: 17 Jun 2012 ;; Version: 2.4.4 ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) -;; Keywords: dotemacs startup speed config package +;; Keywords: dotemacs startup speed config package extensions ;; URL: https://github.com/jwiegley/use-package ;; This program is free software; you can redistribute it and/or modify