bump: :tools biblio

andras-simonyi/citeproc-el@9f783967c1 -> andras-simonyi/citeproc-el@406bd9964f
emacs-citar/citar@b24b5b94b7 -> emacs-citar/citar@146f2cb5a3
tmalsburg/helm-bibtex@aa775340ba -> tmalsburg/helm-bibtex@ce8c17690d

Also add citar-embark, which now contains the embark functionality in a
separate minor mode package, and explicitly add parsebib, so we can pin
the precise version.
This commit is contained in:
Bruce D'Arcus 2022-08-02 20:06:17 -04:00 committed by Henrik Lissner
parent 13b3304c08
commit b06fd63dcb
3 changed files with 11 additions and 2 deletions

View file

@ -24,6 +24,11 @@
org-cite-follow-processor 'citar
org-cite-activate-processor 'citar))
(use-package! citar-embark
:when (featurep! :completion vertico)
:after citar embark
:config (citar-embark-mode))
;; `org-cite' processors
(use-package! oc-biblatex :after oc)
(use-package! oc-csl :after oc)