diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-08-23 10:52:30 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-08-23 10:52:30 -0400 |
commit | 8b757a71ae5db28add00b4cc243f6d292e4a522d (patch) | |
tree | 0514d5b0bdc2488d0f3734f5a24dfe1749736db8 /.emacs | |
parent | wait a second before deleting the temp file in mutt_bgrun (diff) |
bind C-c b to helm-bibtex
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |