branch: externals/bind-key commit 5576e408cce21009fd7100679f88eeeab71072f5 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Add package keyword from finder-known-keywords --- bind-key.el | 2 +- use-package.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bind-key.el b/bind-key.el index 5baf94b2b1..3168f686a0 100644 --- a/bind-key.el +++ b/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/use-package.el b/use-package.el index 04befb7e46..bafa0934a6 100644 --- a/use-package.el +++ b/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