From efae6048dd2b534669f931d3992ddba52c31122b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 17 Nov 2022 12:06:22 +0100 Subject: [PATCH] Add package keyword from finder-known-keywords --- lisp/use-package/bind-key.el | 2 +- lisp/use-package/use-package.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2