From b230bd27e5a536fdf3b2648fcbd68f4a43e0037f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 26 Jun 2019 10:27:18 -0400 Subject: bibtex-completion config --- .emacs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.emacs') 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")) -- cgit v1.2.3