GNU bug report logs -
#56881
[PATCH] gnu: Add emacs-consult-yasnippet.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 2 Aug 2022 11:41:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-consult-yasnippet): New variable.
Applied with the changes below. Thank you.
> +(define-public emacs-consult-yasnippet
> + (let ((commit "ae0450889484f23dc4ec37518852a2c61b89f184")
> + (revision "0"))
> + (package
> + (name "emacs-consult-yasnippet")
> + (version (git-version "0" revision commit))
Base version is 0.2 according to main file.
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/mohkale/consult-yasnippet")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "13hmmsnmh32vafws61sckzzy354rq0nslqpyzhw97iwvn0fpsa35"))))
> + (build-system emacs-build-system)
> + (propagated-inputs (list emacs-consult emacs-yasnippet))
> + (home-page "https://github.com/mohkale/consult-yasnippet")
> + (synopsis "Consulting-read interface for yasnippet")
> + (description
> + "This package allows you to expand @code{emacs-yasnippet} snippets
> +through a completing-read interface. It supports previewing the
> current
I added two spaces between the two sentences, per Texinfo requirements.
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.