diff options
author | fpi | 2021-03-10 18:11:21 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:58 +0100 |
commit | 2669d58c761575546d05767006eb7b433fd7f168 (patch) | |
tree | 256f4ce60743bedc4daf3728e2b17a90b38904ea | |
parent | Add openscad support (diff) |
Add binding for org-ref
-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 |