File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -258,10 +258,10 @@ start and end of the citation."
258258
259259(defvar citar-map
260260 (let ((map (make-sparse-keymap )))
261- (define-key map (kbd " b" ) (cons " insert bibtex" #'citar-insert-bibtex ))
262261 (define-key map (kbd " c" ) (cons " insert citation" #'citar-insert-citation ))
263- (define-key map (kbd " k" ) (cons " insert key " #'citar-insert-keys ))
262+ (define-key map (kbd " k" ) (cons " insert keys " #'citar-insert-keys ))
264263 (define-key map (kbd " fr" ) (cons " insert formatted reference" #'citar-insert-reference ))
264+ (define-key map (kbd " b" ) (cons " insert bibtex" #'citar-insert-bibtex ))
265265 (define-key map (kbd " o" ) (cons " open source document" #'citar-open ))
266266 (define-key map (kbd " e" ) (cons " open bibtex entry" #'citar-open-entry ))
267267 (define-key map (kbd " l" ) (cons " open source URL or DOI" #'citar-open-link ))
@@ -277,6 +277,7 @@ start and end of the citation."
277277(defvar citar-citation-map
278278 (let ((map (make-sparse-keymap )))
279279 (define-key map (kbd " i" ) (cons " insert or edit" #'citar-insert-edit ))
280+ (define-key map (kbd " c" ) (cons " insert citation" #'citar-insert-citation ))
280281 (define-key map (kbd " o" ) (cons " open source document" #'citar-open ))
281282 (define-key map (kbd " e" ) (cons " open bibtex entry" #'citar-open-entry ))
282283 (define-key map (kbd " l" ) (cons " open source URL or DOI" #'citar-open-link ))
You can’t perform that action at this time.
0 commit comments