From 8b757a71ae5db28add00b4cc243f6d292e4a522d Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 23 Aug 2019 10:52:30 -0400 Subject: bind C-c b to helm-bibtex --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 0621e6b..36d8e25 100644 --- a/.emacs +++ b/.emacs @@ -501,7 +501,8 @@ Otherwise split the current paragraph into one sentence per line." (lambda (thekey) (let ((bibtex-completion-bibliography (org-ref-find-bibliography))) (bibtex-completion-edit-notes - (list (car (org-ref-get-bibtex-key-and-file thekey)))))))) + (list (car (org-ref-get-bibtex-key-and-file thekey))))))) + :bind (("C-c b" . helm-bibtex))) (use-package org-ref-arxiv :ensure org-ref) -- cgit v1.2.3