Skip to content

Commit

Permalink
feat(citar-map): citar-add-file-to-library to "a"
Browse files Browse the repository at this point in the history
  • Loading branch information
seanfarley authored Apr 19, 2024
1 parent 885b86f commit 07d2a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions citar.el
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ When nil, all citar commands will use `completing-read'."

(defvar citar-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "a") #'citar-add-file-to-library)
(define-key map (kbd "c") #'citar-insert-citation)
(define-key map (kbd "k") #'citar-insert-keys)
(define-key map (kbd "r") #'citar-copy-reference)
Expand Down

0 comments on commit 07d2a63

Please sign in to comment.