FIX ivy-bibtex type mismatches

This commit is contained in:
Nathan Dwarshuis 2021-01-17 11:29:29 -05:00
parent 3da8374d30
commit 89482928db
1 changed files with 2 additions and 2 deletions

View File

@ -1245,9 +1245,9 @@ Together, =org-ref= and =ivy-bibtex= (also includes =ivy-bibtex=) provide a nice
:straight t
:after org
:config
(setq reftex-default-bibliography (expand-file-name "~/BibTeX/master.bib")
(setq reftex-default-bibliography (list (expand-file-name "~/BibTeX/master.bib"))
org-ref-bibliography-notes (expand-file-name "~/BibTeX/notes.org")
org-ref-default-bibliography (expand-file-name "~/BibTeX/master.bib")))
org-ref-default-bibliography (list (expand-file-name "~/BibTeX/master.bib"))))
(use-package ivy-bibtex
:straight t