mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))
|
||||
|
||||
(use-package! citar-org-roam
|
||||
:when (modulep! :completion vertico)
|
||||
:when (and (modulep! +roam2)
|
||||
(modulep! :completion vertico))
|
||||
:after citar org-roam
|
||||
:config (citar-org-roam-mode))
|
||||
|
||||
|
Reference in New Issue
Block a user