We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885b86f commit 07d2a63Copy full SHA for 07d2a63
citar.el
@@ -583,6 +583,7 @@ When nil, all citar commands will use `completing-read'."
583
584
(defvar citar-map
585
(let ((map (make-sparse-keymap)))
586
+ (define-key map (kbd "a") #'citar-add-file-to-library)
587
(define-key map (kbd "c") #'citar-insert-citation)
588
(define-key map (kbd "k") #'citar-insert-keys)
589
(define-key map (kbd "r") #'citar-copy-reference)
0 commit comments