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:
parent
532ad087f4
commit
2a33d64973
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue