aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-11-29 16:32:19 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-11-30 11:29:32 -0700
commit1fc361f01f9eaa68e73ad5a2f567e4a99549b6be (patch)
treee091138d480cd0bdd2c94a6f2c254f42924c7895
parent1330aaf15d6ab48be1404cf6201def9648d9830a (diff)
downloaddotfiles-1fc361f01f9eaa68e73ad5a2f567e4a99549b6be.tar.gz
dotfiles-1fc361f01f9eaa68e73ad5a2f567e4a99549b6be.tar.xz
emacs: add key for org-ref-cite-insert-helm
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-rw-r--r--config/emacs/emacs.d/emacs.org1
1 files changed, 1 insertions, 0 deletions
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)