mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
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:
committed by
Henrik Lissner
parent
9f198978f8
commit
0fc32ed881
@ -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)
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user