mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(biblio): void-variable citar-bibliography
A variable is referred to before its containing package is defined.
Amend: 5656a96a1b
Fix: #6047
Ref: #6016
This commit is contained in:
@ -22,8 +22,7 @@
|
|||||||
: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))
|
||||||
org-cite-global-bibliography citar-bibliography))
|
|
||||||
|
|
||||||
;; `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