From 9464919f7d8175e0318bca3de41b645736391a00 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 29 Oct 2022 11:51:28 -0400 Subject: bibtex-completion-library-path now has to be a list --- dot_emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_emacs b/dot_emacs index c8aa664..715171c 100644 --- a/dot_emacs +++ b/dot_emacs @@ -218,7 +218,7 @@ Extended Format date in the date field and return it as a string obeing :ensure helm-bibtex :custom (bibtex-completion-bibliography "~/Documents/papers/library.bib") - (bibtex-completion-library-path "~/Documents/papers/pdfs/") + (bibtex-completion-library-path '("~/Documents/papers/pdfs/")) (bibtex-completion-notes-path "~/Documents/papers/notes/") (bibtex-completion-notes-extension ".org") (bibtex-completion-pdf-extension '(".pdf" ".djvu" ".txt")) -- cgit v1.2.3