Skip to content

Commit 07d2a63

Browse files
authored
feat(citar-map): citar-add-file-to-library to "a"
1 parent 885b86f commit 07d2a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

citar.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ When nil, all citar commands will use `completing-read'."
583583

584584
(defvar citar-map
585585
(let ((map (make-sparse-keymap)))
586+
(define-key map (kbd "a") #'citar-add-file-to-library)
586587
(define-key map (kbd "c") #'citar-insert-citation)
587588
(define-key map (kbd "k") #'citar-insert-keys)
588589
(define-key map (kbd "r") #'citar-copy-reference)

0 commit comments

Comments
 (0)