unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: Alexandr Vityazev <avityazev@posteo.org>, 47211-done@debbugs.gnu.org
Subject: bug#47211: [PATCH] gnu: Add emacs-ivy-hydra.
Date: Mon, 22 Mar 2021 22:08:03 +0100	[thread overview]
Message-ID: <86eeg6oq18.fsf@fsfe.org> (raw)
In-Reply-To: <87a6r2rtwd.fsf@posteo.net>

Alexandr Vityazev <avityazev@posteo.org> writes:

> ---
>  gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index c73b0df283..2f7918f910 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -27247,3 +27247,27 @@ and prefered services can easily be configured.")
>      (description
>       "This package adds a \"C-'\" binding to Ivy minibuffer that uses Avy.")
>      (license license:gpl3+)))
> +
> +(define-public emacs-ivy-hydra
> +  (package
> +    (name "emacs-ivy-hydra")
> +    (version "0.13.5")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://elpa.gnu.org/packages/"
> +             "ivy-hydra-" version ".tar"))
> +       (sha256
> +        (base32 "06rln9bnq5hli5rqlm47fb68b8llpqrmzwqqv4rn7mx3854i9a5x"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs
> +     `(("emacs-ivy" ,emacs-ivy)
> +       ("emacs-hydra" ,emacs-hydra)))
> +    (home-page "https://github.com/abo-abo/swiper")
> +    (synopsis "Additional key bindings for Ivy")
> +    (description
> +     "This package provides the `hydra-ivy/body' command, which is a
> +quasi-prefix map, with many useful bindings.  These bindings are
> +shorter than usual, using mostly unprefixed keys.")
> +    (license license:gpl3+)))
> -- 
> 2.30.2
>
>
>
> -- 
>
> Alexandr Vityazev

Pushed to master as 6c1217c22c, same treatment as last patch.
Thanks!
 - Jelle




      reply	other threads:[~2021-03-22 21:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-17  9:50 [bug#47211] [PATCH] gnu: Add emacs-ivy-hydra Alexandr Vityazev
2021-03-22 21:08 ` Jelle Licht [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86eeg6oq18.fsf@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=47211-done@debbugs.gnu.org \
    --cc=avityazev@posteo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).