From 07d2a63c99fe35cbd468f8e6a322de05f1a29469 Mon Sep 17 00:00:00 2001 From: Sean Farley Date: Fri, 19 Apr 2024 15:32:42 -0700 Subject: [PATCH] feat(citar-map): citar-add-file-to-library to "a" --- citar.el | 1 + 1 file changed, 1 insertion(+) diff --git a/citar.el b/citar.el index 13d07c94..a62908d7 100644 --- a/citar.el +++ b/citar.el @@ -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)