guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm.


From: Clément Lassieur
Subject: [bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm.
Date: Tue, 22 May 2018 14:56:33 +0200
User-agent: mu4e 1.0; emacs 25.3.1

Pierre Neidhardt <address@hidden> writes:

> * gnu/packages/emacs.scm (emacs-wgrep-helm).
   here you forgot ': 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+)))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]