me
/
guix
Archived
1
0
Fork 0

gnu: Add emacs-corfu-doc.

* gnu/packages/emacs-xyz.scm (emacs-corfu-doc): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
jgart 2022-05-21 19:19:31 -05:00 committed by Tobias Geerinckx-Rice
parent 923aad065c
commit 21ca4719b3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 23 additions and 0 deletions

View File

@ -3142,6 +3142,29 @@ the point. Corfu can be considered the minimalistic
@code{completion-in-region} counterpart of the Vertico minibuffer UI.") @code{completion-in-region} counterpart of the Vertico minibuffer UI.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-corfu-doc
(package
(name "emacs-corfu-doc")
(version "0.6.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/galeo/corfu-doc")
(commit "f9566cf13f6730a45b2f3c12e491a3fa2097e5d5")))
(file-name (git-file-name name version))
(sha256
(base32 "098yf29yv1b11p7kvdc7n4ra7f5vcmf6nlvhl85jgwqrsdz1795b"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-corfu))
(home-page "https://github.com/galeo/corfu-doc")
(synopsis "Documentation popup for Corfu")
(description
"The @code{corfu-doc} package provides a way to display a documentation
popup for completion candidates when using @code{emacs-corfu}. It can
be regarded as @code{emacs-company-quickhelp} for @code{emacs-corfu}.")
(license license:gpl3+)))
(define-public emacs-cape (define-public emacs-cape
(package (package
(name "emacs-cape") (name "emacs-cape")