feat(biblio): add citar-org-roam

Close: #6728
This commit is contained in:
Bruce D'Arcus 2022-08-21 07:26:08 -04:00 committed by Henrik Lissner
parent ceb985673c
commit ee0e87fc74
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 9 additions and 1 deletions

View file

@ -29,6 +29,11 @@
:after citar embark
:config (citar-embark-mode))
(use-package! citar-org-roam
:when (modulep! :completion vertico)
:after citar org-roam
:config (citar-org-roam-mode))
;; `org-cite' processors
(use-package! oc-biblatex :after oc)
(use-package! oc-csl :after oc)