aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2022-10-29 11:51:28 -0400
committerRyan Kavanagh <rak@rak.ac>2022-10-29 11:51:28 -0400
commit9464919f7d8175e0318bca3de41b645736391a00 (patch)
tree93e11a0f37f6d567aa93c44444cabc6529efbda9 /dot_emacs
parentSimplify pulse config (diff)
bibtex-completion-library-path now has to be a list
Diffstat (limited to 'dot_emacs')
-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"))