fix(biblio): check for +roam2 for citar-org-roam

Ensure that org-roam will be available before loading citar-org-roam.
This commit is contained in:
Bruce D'Arcus 2023-03-23 19:47:56 -04:00 committed by Henrik Lissner
parent 532ad087f4
commit 2a33d64973

View file

@ -30,7 +30,8 @@
:config (citar-embark-mode)) :config (citar-embark-mode))
(use-package! citar-org-roam (use-package! citar-org-roam
:when (modulep! :completion vertico) :when (and (modulep! +roam2)
(modulep! :completion vertico))
:after citar org-roam :after citar org-roam
:config (citar-org-roam-mode)) :config (citar-org-roam-mode))