aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index e0ee4f8..4ccadc0 100644
--- a/.emacs
+++ b/.emacs
@@ -170,6 +170,13 @@ Extended Format date in the date field and return it as a string obeing
(seq-do (lambda (pair) (add-to-list 'bibtex-autokey-name-change-strings pair)) charMap)
(seq-do (lambda (pair) (add-to-list 'bibtex-autokey-titleword-change-strings pair)) charMap))))
+(use-package bibtex-completion
+ :ensure helm-bibtex
+ :custom
+ (bibtex-completion-bibliography "~/Documents/papers/library.bib")
+ (bibtex-completion-library-path "~/Documents/papers/pdfs/")
+ (bibtex-completion-notes-path "~/Documents/papers/notes.org"))
+
(use-package cc-mode
:custom
(c-default-style "bsd"))