File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
(define-key map (kbd " k" ) 'bibtex-actions-insert-key )
50
50
(define-key map (kbd " b" ) 'bibtex-actions-insert-bibtex )
51
51
(define-key map (kbd " a" ) 'bibtex-actions-add-pdf-attachment )
52
- (define-key map (kbd " e" ) 'bibtex-actions-edit -notes )
53
- (define-key map (kbd " s" ) 'bibtex-actions-show -entry )
52
+ (define-key map (kbd " e" ) 'bibtex-actions-open -notes )
53
+ (define-key map (kbd " s" ) 'bibtex-actions-open -entry )
54
54
(define-key map (kbd " l" ) 'bibtex-actions-add-pdf-to-library )
55
55
map)
56
56
" Keymap for 'bibtex-actions'." )
@@ -134,7 +134,7 @@ If multiple PDFs are found, ask for the one to open using
134
134
(interactive (list (bibtex-actions--read)))
135
135
(bibtex-completion-insert-bibtex (list keys)))
136
136
137
- (defun bibtex-actions-add-PDF -attachment (keys )
137
+ (defun bibtex-actions-add-pdf -attachment (keys )
138
138
" Attach PDF(s) associated with the KEYS to email."
139
139
(interactive (list (bibtex-actions--read)))
140
140
(bibtex-completion-add-PDF-attachment (list keys)))
You can’t perform that action at this time.
0 commit comments