mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
refactor!(org): remove org-roam v1
BREAKING CHANGE: This finally removes org-roam v1, which has been
deprecated for nearly 5 years (since 5ef733b
). Most users should already
be on it. v2 has a migration wizard for anyone still on v1, which will
kick in if it detects a v1 roam db.
This commit is contained in:
@@ -23,7 +23,7 @@ selected so it should be possible to use without modifications.
|
||||
- [[doom-package:parsebib]] if [[doom-module::completion ivy]] or [[doom-module::completion helm]] or [[doom-module::completion vertico]]
|
||||
- [[doom-package:citar]] if [[doom-module::completion vertico]]
|
||||
- [[doom-package:citar-embark]] if [[doom-module::completion vertico]]
|
||||
- [[doom-package:citar-org-roam]] if [[doom-module::completion vertico]] and [[doom-module::lang org +roam2]]
|
||||
- [[doom-package:citar-org-roam]] if [[doom-module::completion vertico]] and [[doom-module::lang org +roam]]
|
||||
- [[doom-package:helm-bibtex]] if [[doom-module::completion helm]]
|
||||
- [[doom-package:ivy-bibtex]] if [[doom-module::completion ivy]]
|
||||
|
||||
|
@@ -10,7 +10,8 @@
|
||||
(when (modulep! :completion vertico)
|
||||
(package! citar :pin "75a85d8d8612ec2097248524eecff3d096fc5dd5")
|
||||
(package! citar-embark :pin "75a85d8d8612ec2097248524eecff3d096fc5dd5")
|
||||
(when (modulep! :lang org +roam2)
|
||||
(when (or (modulep! :lang org +roam)
|
||||
(modulep! :lang org +roam2))
|
||||
(package! citar-org-roam :pin "9750cfbbf330ab3d5b15066b65bd0a0fe7c296fb")))
|
||||
|
||||
(package! parsebib :pin "7bfde4e4679413424a9a9af099203d5c23e32cd2")
|
||||
|
Reference in New Issue
Block a user