From 760ba1d9561d4a12ed5542303db96ccbda420448 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 4 Oct 2020 12:57:50 +0200 Subject: Basic helm-bibtex setup Together with better BibTeX Zotero plugin this allows for convenient access to my literature sources from anywhere in Emacs. --- gui/conf/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gui') diff --git a/gui/conf/init.el b/gui/conf/init.el index 3098655..150ec52 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -287,6 +287,12 @@ :config (evil-leader/set-key "pf" 'helm-browse-project)) +(use-package helm-bibtex + :ensure t + :config + (setq bibtex-completion-bibliography '("~/university/bib/lit.bib")) + (setq bibtex-completion-pdf-field "file")) + (global-set-key (kbd "") 'next-buffer) (global-set-key (kbd "") 'previous-buffer) (global-set-key (kbd "") 'other-window) -- cgit v1.2.3