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:
parent
451be94fb8
commit
265afc9e07
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue