2020-04-09 16:47:48 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; tools/biblio/packages.el
|
|
|
|
|
|
|
|
(when (featurep! :completion ivy)
|
2021-10-28 16:06:08 -04:00
|
|
|
(package! bibtex-completion :pin "bb47f355b0da8518aa3fb516019120c14c8747c9")
|
|
|
|
(package! ivy-bibtex :pin "bb47f355b0da8518aa3fb516019120c14c8747c9"))
|
2020-04-09 16:47:48 -04:00
|
|
|
(when (featurep! :completion helm)
|
2021-10-28 16:06:08 -04:00
|
|
|
(package! bibtex-completion :pin "bb47f355b0da8518aa3fb516019120c14c8747c9")
|
|
|
|
(package! helm-bibtex :pin "bb47f355b0da8518aa3fb516019120c14c8747c9"))
|
2021-07-09 20:16:11 +03:00
|
|
|
(when (featurep! :completion vertico)
|
2021-10-28 16:06:08 -04:00
|
|
|
(package! citar :pin "41ec5d4d5d625f7d784b4de20d14b7bceaf1730c"))
|
2021-10-27 17:33:04 -04:00
|
|
|
|
2021-10-28 16:06:08 -04:00
|
|
|
(package! citeproc :pin "c8ff95862823cdff067e8cc9bb7f5ef537e8f1d9")
|