mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
11 lines
471 B
EmacsLisp
11 lines
471 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/biblio/packages.el
|
|
|
|
(package! bibtex-completion :pin "9f6ea920a49457d85096caa0e61f086a42b2908e")
|
|
(when (featurep! :completion ivy)
|
|
(package! ivy-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e"))
|
|
(when (featurep! :completion selectrum)
|
|
(package! bibtex-actions :pin "b1ddbb32373ac01b6bb46dfc4cdc143461e3c14c"))
|