diff options
-rw-r--r-- | emacs-init.org | 3 |
1 files changed, 3 insertions, 0 deletions
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 |