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 Yann Esposito (Yogsototh)
parent 0ad06e3274
commit d437f34e9f
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

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