mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
adding new biblio module
This commit is contained in:
7
modules/tools/biblio/packages.el
Normal file
7
modules/tools/biblio/packages.el
Normal file
@ -0,0 +1,7 @@
|
||||
;; -*- 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"))
|
Reference in New Issue
Block a user