diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |