diff options
-rw-r--r-- | lisp/init-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el index fec410a..3b16a8b 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -84,6 +84,7 @@ (define-prefix-command 'bog-map) (define-key org-mode-map (kbd "C-c b") 'bog-map) (define-key bog-map "p" 'bog-find-citekey-pdf) + (define-key bog-map "r" 'bog-rename-staged-pdf-to-citekey) (define-key bog-map "b" 'bog-find-citekey-bib) (define-key bog-map "w" 'bog-search-citekey-on-web) ;; Avoid conflict when amsmath is loaded. |