bump: :tools biblio
tmalsburg/helm-bibtex@b85662081d -> tmalsburg/helm-bibtex@bb47f355b0 bdarcus/citar@fd33f5c4f7 -> bdarcus/citar@41ec5d4d5d
This commit is contained in:
parent
7056dfb26c
commit
67f7209795
1 changed files with 6 additions and 5 deletions
|
@ -1,12 +1,13 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; tools/biblio/packages.el
|
;;; tools/biblio/packages.el
|
||||||
|
|
||||||
(package! bibtex-completion :pin "b85662081de98077f13f1a9fac03764702325d28")
|
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(package! ivy-bibtex :pin "b85662081de98077f13f1a9fac03764702325d28"))
|
(package! bibtex-completion :pin "bb47f355b0da8518aa3fb516019120c14c8747c9")
|
||||||
|
(package! ivy-bibtex :pin "bb47f355b0da8518aa3fb516019120c14c8747c9"))
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(package! helm-bibtex :pin "b85662081de98077f13f1a9fac03764702325d28"))
|
(package! bibtex-completion :pin "bb47f355b0da8518aa3fb516019120c14c8747c9")
|
||||||
|
(package! helm-bibtex :pin "bb47f355b0da8518aa3fb516019120c14c8747c9"))
|
||||||
(when (featurep! :completion vertico)
|
(when (featurep! :completion vertico)
|
||||||
(package! citar :pin "fd33f5c4f7981036a969b5ca8aaf42380848ab32"))
|
(package! citar :pin "41ec5d4d5d625f7d784b4de20d14b7bceaf1730c"))
|
||||||
|
|
||||||
(package! citeproc :pin "0857973409e3ef2ef0238714f2ef7ff724230d1c")
|
(package! citeproc :pin "c8ff95862823cdff067e8cc9bb7f5ef537e8f1d9")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue