mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-marginalia: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.2.
This commit is contained in:
parent
896ca880b6
commit
eefbec5595
1 changed files with 18 additions and 22 deletions
|
@ -7194,31 +7194,27 @@ (define-public emacs-consult
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-marginalia
|
(define-public emacs-marginalia
|
||||||
;; There are no tagged releases upstream on GitHub, instead we are using the
|
(package
|
||||||
;; most recent commit.
|
(name "emacs-marginalia")
|
||||||
(let ((commit "401993562dbf636054dd64988e44d19b5030867f")
|
(version "0.2")
|
||||||
(revision "0"))
|
(source
|
||||||
(package
|
(origin
|
||||||
(name "emacs-marginalia")
|
(method git-fetch)
|
||||||
(version (git-version "0.1" revision commit))
|
(uri (git-reference
|
||||||
(source
|
(url "https://github.com/minad/marginalia")
|
||||||
(origin
|
(commit version)))
|
||||||
(method git-fetch)
|
(file-name (git-file-name name version))
|
||||||
(uri (git-reference
|
(sha256
|
||||||
(url "https://github.com/minad/marginalia")
|
(base32 "0lbng4l5h3c61m9pbgnwzp89y40b71l8ygf5r98m8yagqzvxjaj1"))))
|
||||||
(commit commit)))
|
(build-system emacs-build-system)
|
||||||
(file-name (git-file-name name version))
|
(home-page "https://github.com/minad/marginalia")
|
||||||
(sha256
|
(synopsis "Marginalia in the minibuffer completions")
|
||||||
(base32 "1j0k9ija5paidj7yvbagkkayz9bjwhia9yhmd2q4490ginbbxshs"))))
|
(description
|
||||||
(build-system emacs-build-system)
|
"This package provides Marginalia mode which adds marginalia to the
|
||||||
(home-page "https://github.com/minad/marginalia")
|
|
||||||
(synopsis "Marginalia in the minibuffer")
|
|
||||||
(description
|
|
||||||
"This package provides Marginalia mode which adds marginalia to the
|
|
||||||
minibuffer completions. Marginalia are marks or annotations placed at the
|
minibuffer completions. Marginalia are marks or annotations placed at the
|
||||||
margin of the page of a book or in this case helpful colorful annotations
|
margin of the page of a book or in this case helpful colorful annotations
|
||||||
placed at the margin of the minibuffer for your completion candidates.")
|
placed at the margin of the minibuffer for your completion candidates.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-smartparens
|
(define-public emacs-smartparens
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue