8 lines
217 B
EmacsLisp
8 lines
217 B
EmacsLisp
|
;; -*- no-byte-compile: t; -*-
|
||
|
;;; tools/biblio/packages.el
|
||
|
|
||
|
(when (featurep! :completion ivy)
|
||
|
(package! ivy-bibtex :pin "3cff6bd702"))
|
||
|
(when (featurep! :completion helm)
|
||
|
(package! helm-bibtex :pin "3cff6bd702"))
|