aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-08-23 10:52:30 -0400
committerRyan Kavanagh <rak@debian.org>2019-08-23 10:52:30 -0400
commit8b757a71ae5db28add00b4cc243f6d292e4a522d (patch)
tree0514d5b0bdc2488d0f3734f5a24dfe1749736db8
parentwait a second before deleting the temp file in mutt_bgrun (diff)
bind C-c b to helm-bibtex
Diffstat (limited to '')
-rw-r--r--.emacs3
1 files changed, 2 insertions, 1 deletions
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)