diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 12:06:22 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-17 12:15:21 +0100 |
commit | efae6048dd2b534669f931d3992ddba52c31122b (patch) | |
tree | 0024a4930514b8673a5e25dbdfd4017d56ae408b /lisp/use-package/use-package.el | |
parent | 06f92d1cc0763d2a825cb063c4f45499156506ef (diff) | |
download | emacs-efae6048dd2b534669f931d3992ddba52c31122b.tar.gz emacs-efae6048dd2b534669f931d3992ddba52c31122b.tar.bz2 emacs-efae6048dd2b534669f931d3992ddba52c31122b.zip |
Add package keyword from finder-known-keywords
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r-- | lisp/use-package/use-package.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |