mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-15 11:10:29 -07:00
emacs-citar/citar@dc7018eb36 -> emacs-citar/citar@911a7d59c4 emacs-lsp/lsp-mode@3e55ca8071 -> emacs-lsp/lsp-mode@fd4df7cf17 emacs-straight/dape@76af39b5c2 -> emacs-straight/dape@d5ce595033 emacs-straight/eglot@e9371d4ac9 -> emacs-straight/eglot@866ae23c8b jacktasia/dumb-jump@8c97b2afc2 -> jacktasia/dumb-jump@41b6b9dd44 karthink/gptel@63795dee75 -> karthink/gptel@63795dee75
18 lines
908 B
EmacsLisp
18 lines
908 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/biblio/packages.el
|
|
|
|
(when (modulep! :completion ivy)
|
|
(package! bibtex-completion :pin "6064e8625b2958f34d6d40312903a85c173b5261")
|
|
(package! ivy-bibtex :pin "6064e8625b2958f34d6d40312903a85c173b5261"))
|
|
(when (modulep! :completion helm)
|
|
(package! bibtex-completion :pin "6064e8625b2958f34d6d40312903a85c173b5261")
|
|
(package! helm-bibtex :pin "6064e8625b2958f34d6d40312903a85c173b5261"))
|
|
(when (modulep! :completion vertico)
|
|
(package! citar :pin "911a7d59c4ac94318fc6b6fb6f55840ad04482ad")
|
|
(package! citar-embark :pin "911a7d59c4ac94318fc6b6fb6f55840ad04482ad")
|
|
(when (or (modulep! :lang org +roam)
|
|
(modulep! :lang org +roam2))
|
|
(package! citar-org-roam :pin "9750cfbbf330ab3d5b15066b65bd0a0fe7c296fb")))
|
|
|
|
(package! parsebib :pin "5b837e0a5b91a69cc0e5086d8e4a71d6d86dac93")
|
|
(package! citeproc :pin "4bde999a41803fe519ea80eab8b813d53503eebd")
|