aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_emacs2
1 files changed, 1 insertions, 1 deletions
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"))