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