mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
doomelpa/code-review@fba8fe3343 -> doomelpa/code-review@303edcfbad emacs-citar/citar@ce5e9644ed -> emacs-citar/citar@5ef097beba emacs-lsp/lsp-mode@54251da4ff -> emacs-lsp/lsp-mode@c77ba14106 emacs-straight/dape@588a907c87 -> emacs-straight/dape@8dbe56d7c7 emacs-straight/eglot@6a9e0c76b9 -> emacs-straight/eglot@0b0f894713 emacs-tree-sitter/elisp-tree-sitter@12f92ef399 -> emacs-tree-sitter/elisp-tree-sitter@1c455b0953 emacs-tree-sitter/tree-sitter-langs@4eb4989d1a -> emacs-tree-sitter/tree-sitter-langs@becd29c756 emacsorphanage/quickrun@a5c9a5e8c6 -> emacsorphanage/quickrun@bae8efb8c5 karthink/gptel@1aa5f1c10d -> karthink/gptel@e1050ef6e5 magit/magit@531e7ca619 -> magit/magit@04ee83d93f
18 lines
864 B
EmacsLisp
18 lines
864 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 "5ef097beba280cb0a7e7496a6f6a3b7f612c2fe2")
|
|
(package! citar-embark :pin "5ef097beba280cb0a7e7496a6f6a3b7f612c2fe2")
|
|
(when (modulep! :lang org +roam2)
|
|
(package! citar-org-roam :pin "9750cfbbf330ab3d5b15066b65bd0a0fe7c296fb")))
|
|
|
|
(package! parsebib :pin "7bfde4e4679413424a9a9af099203d5c23e32cd2")
|
|
(package! citeproc :pin "54184baaff555b5c7993d566d75dd04ed485b5c0")
|