mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-corfu-doc-terminal.
* gnu/packages/emacs-xyz.scm (emacs-corfu-doc-terminal): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
a473d74ff1
commit
9c036f2dfb
1 changed files with 27 additions and 0 deletions
|
@ -31613,6 +31613,33 @@ parallel fetching of tiles with cURL, and more.")
|
||||||
with popups, which also work in the terminal.")
|
with popups, which also work in the terminal.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-corfu-doc-terminal
|
||||||
|
;; Upstream does not tag releases, version taken from package header.
|
||||||
|
(let ((commit "d8945c64b52d76e864b767b3048674f222daf80b")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-corfu-doc-terminal")
|
||||||
|
(version (git-version "0.5" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri
|
||||||
|
(git-reference
|
||||||
|
(url "https://codeberg.org/akib/emacs-corfu-doc-terminal")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0j0dd8np5x93wic22bc5i9h7bq2gj700n4fh11dzzgsj14lv2r5k"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-corfu emacs-corfu-doc emacs-corfu-terminal emacs-popon))
|
||||||
|
(home-page "https://codeberg.org/akib/emacs-corfu-doc-terminal/")
|
||||||
|
(synopsis "Replace corfu docmentation child frames with popups")
|
||||||
|
(description
|
||||||
|
"This package replaces the child frames @code{emacs-corfu-doc} uses
|
||||||
|
with popups, which also work in the terminal.")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-popon
|
(define-public emacs-popon
|
||||||
;; Upstream does not tag releases. The commit below matches the version
|
;; Upstream does not tag releases. The commit below matches the version
|
||||||
;; bump.
|
;; bump.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue