From 2669d58c761575546d05767006eb7b433fd7f168 Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 10 Mar 2021 18:11:21 +0100 Subject: Add binding for org-ref --- emacs-init.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index 78f7e78..cb67655 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4565,6 +4565,9 @@ A small function to toggle the encryption state of the current entry. (progn (dired (file-name-directory pdf)) (ding)))))))) #+end_src +#+begin_src emacs-lisp :noweb-ref fpi-bindings :tangle no +(define-key fpi-map "r" #'org-ref-helm-insert-cite-link) +#+end_src ***** Capturing entries I store my bibtex references in an org file together with my notes. In addition to saving the meta information in properties using the same -- cgit v1.2.3