branch: externals/urgrep commit 1d4bdca3d82694f33e8f73f2feaca847dcad0c7f Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Add package keywords and such --- urgrep-wgrep.el | 6 ++++-- urgrep.el | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/urgrep-wgrep.el b/urgrep-wgrep.el index 125c8456b3..f133911d73 100644 --- a/urgrep-wgrep.el +++ b/urgrep-wgrep.el @@ -5,8 +5,10 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep ;; Version: 0.1-git -;; Keywords: -;; Package-Requires: ((urgrep "0.1-git")) +;; Keywords: grep, search +;; Package-Requires: ((urgrep "0.1-git") (wgrep "2.3.4")) + +;; This file is NOT part of GNU Emacs. ;; This program is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the Free diff --git a/urgrep.el b/urgrep.el index ecca2e0eb7..c7089f0700 100644 --- a/urgrep.el +++ b/urgrep.el @@ -5,9 +5,11 @@ ;; Author: Jim Porter ;; URL: https://github.com/jimporter/urgrep ;; Version: 0.1-git -;; Keywords: +;; Keywords: grep, search ;; Package-Requires: ((emacs "27.1") (project "0.2.0")) +;; This file is NOT part of GNU Emacs. + ;; This program is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the Free ;; Software Foundation, either version 3 of the License, or (at your option)