mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(biblio): update citar config
- Remove outdated config for org-roam. - Set org-cite-bibliography to citar-bibliography Ref: #6016 Co-authored-by: Bruce D'Arcus <bdarcus@users.noreply.github.com>
This commit is contained in:
committed by
Henrik Lissner
parent
1d41ee0c1a
commit
5656a96a1b
@ -22,11 +22,8 @@
|
|||||||
:config
|
:config
|
||||||
(setq org-cite-insert-processor 'citar
|
(setq org-cite-insert-processor 'citar
|
||||||
org-cite-follow-processor 'citar
|
org-cite-follow-processor 'citar
|
||||||
org-cite-activate-processor 'citar)
|
org-cite-activate-processor 'citar
|
||||||
(when (featurep! :lang org +roam2)
|
org-cite-global-bibliography citar-bibliography))
|
||||||
;; Include property drawer metadata for 'org-roam' v2.
|
|
||||||
(setq citar-file-note-org-include '(org-id org-roam-ref))))
|
|
||||||
|
|
||||||
|
|
||||||
;; `org-cite' processors
|
;; `org-cite' processors
|
||||||
(use-package! oc-biblatex :after oc)
|
(use-package! oc-biblatex :after oc)
|
||||||
|
Reference in New Issue
Block a user