bdarcus/bibtex-actions@08c6ca0e5b -> bdarcus/citar@fd33f5c4f7 bibtex-actions is now called citar, and the package comes with configuration for embark. Fix: #5723 Close: #5747 Co-authored-by: MPNV38 <MPNV38@zebra.com>
10 lines
460 B
EmacsLisp
10 lines
460 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/biblio/packages.el
|
|
|
|
(package! bibtex-completion :pin "b85662081de98077f13f1a9fac03764702325d28")
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-bibtex :pin "b85662081de98077f13f1a9fac03764702325d28"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-bibtex :pin "b85662081de98077f13f1a9fac03764702325d28"))
|
|
(when (featurep! :completion vertico)
|
|
(package! citar :pin "fd33f5c4f7981036a969b5ca8aaf42380848ab32"))
|