From 2b664a23b1b4fa4498c6d6094484ed92b2f59869 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 23 Aug 2019 10:57:00 -0400 Subject: helm-bibtex bindings in wrong spot --- .emacs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 36d8e25..4ecc327 100644 --- a/.emacs +++ b/.emacs @@ -176,7 +176,8 @@ Extended Format date in the date field and return it as a string obeing (bibtex-completion-bibliography "~/Documents/papers/library.bib") (bibtex-completion-library-path "~/Documents/papers/pdfs/") (bibtex-completion-notes-path "~/Documents/papers/notes/") - (bibtex-completion-notes-extension ".org")) + (bibtex-completion-notes-extension ".org") + :bind (("C-c b" . helm-bibtex))) (use-package cc-mode :custom @@ -501,8 +502,7 @@ 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))))))) - :bind (("C-c b" . helm-bibtex))) + (list (car (org-ref-get-bibtex-key-and-file thekey)))))))) (use-package org-ref-arxiv :ensure org-ref) -- cgit v1.2.3