[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31553] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm.
From: |
Pierre Neidhardt |
Subject: |
[bug#31553] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm. |
Date: |
Tue, 22 May 2018 16:21:30 +0200 |
* gnu/packages/emacs.scm (emacs-wgrep-helm): New variable.
---
gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7f502022f..ed3ab8e2b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11065,3 +11065,29 @@ e.g. the package dependencies it requires. See
function
@code{package-lint-buffer}. Checks will currently be enabled only if a
\"Package-Requires:\" or \"Package-Version:\" header is present in the file. ")
(license license:gpl3+)))
+
+(define-public emacs-wgrep-helm
+ (package
+ (name "emacs-wgrep-helm")
+ (version "20170510.1539")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/wgrep-helm-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "0yaf976nvidwrkmflhrg2arhnrz7kn4fk2dk68082dk26ra74a0n"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-wgrep" ,emacs-wgrep)))
+ (home-page
+ "https://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep-helm.el")
+ (synopsis
+ "Writable helm-grep-mode buffer and apply the changes to files")
+ (description
+ "@code{wgrep-helm} allows you to edit a @code{helm-grep-mode} buffer and
+apply those changes to the file buffer.")
+ (license license:gpl3+)))
--
2.17.0
- [bug#31500] [PATCH 10/20] gnu: Add emacs-helm-company., (continued)
- [bug#31500] [PATCH 10/20] gnu: Add emacs-helm-company., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 11/20] gnu: Add emacs-helm-descbinds., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 13/20] gnu: Add emacs-helm-exwm., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 15/20] gnu: Add emacs-helm-ls-git., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 16/20] gnu: Add emacs-helm-mu., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 18/20] gnu: Add emacs-image+., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 19/20] gnu: Add emacs-package-lint., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 17/20] gnu: Add emacs-helm-pass., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm., Pierre Neidhardt, 2018/05/22