perf(biblio): do not load oc-natbib by default

natbib isn’t part of the default `org-cite-export-processors', so leave
it to users to load if they enable it.
This commit is contained in:
Liam Hupfer 2024-03-03 23:38:19 -06:00 committed by Henrik Lissner
parent 9f198978f8
commit 0fc32ed881

View file

@ -81,7 +81,6 @@
;; oc-csl requires citeproc, which requires the top-level org, so loading oc-csl ;; oc-csl requires citeproc, which requires the top-level org, so loading oc-csl
;; after oc interferes with incremental loading of Org ;; after oc interferes with incremental loading of Org
(use-package! oc-csl :after org) (use-package! oc-csl :after org)
(use-package! oc-natbib :after oc)
;; ;;