mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
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:
committed by
Henrik Lissner
parent
532ad087f4
commit
2a33d64973
@ -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))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user