Add keybind to attach citation at point
This commit is contained in:
parent
b617f08dd0
commit
9fa5e33733
|
@ -594,7 +594,8 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
("C-c r f" . citar-open-files)
|
||||
("C-c r l" . citar-open-links)
|
||||
("C-c r n" . citar-open-notes)
|
||||
("C-c r a" . citar-attach-files))
|
||||
("C-c r a" . citar-attach-files)
|
||||
("C-c r i" . citar-insert-citation))
|
||||
:config
|
||||
(defvar citar-indicator-files-icons
|
||||
(citar-indicator-create
|
||||
|
|
Loading…
Reference in a new issue