From 1fc361f01f9eaa68e73ad5a2f567e4a99549b6be Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Tue, 29 Nov 2022 16:32:19 -0700 Subject: emacs: add key for org-ref-cite-insert-helm Signed-off-by: Kenny Ballou --- config/emacs/emacs.d/emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org index 3bcd408f..3ce4ec2e 100644 --- a/config/emacs/emacs.d/emacs.org +++ b/config/emacs/emacs.d/emacs.org @@ -3532,6 +3532,7 @@ Some references used for this: Some common Bib/reftex/org-ref actions that are useful to have around. #+begin_src elisp +(bind-key "C-c o i" #'org-ref-cite-insert-helm) (bind-key "C-c o o" #'org-ref-open-bibtex-pdf) (bind-key "C-c o n" #'org-ref-open-bibtex-notes) (bind-key "C-c o t" #'bibtex-create-plain-text-reference) -- cgit v1.2.1