Remove org-cite-insert bind since it's also bound by default

This commit is contained in:
Evie Litherland-Smith 2024-03-11 22:13:29 +00:00
parent 49bec8a9cb
commit 0d72295e89

View file

@ -188,9 +188,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
:hook
(LaTeX-mode . citar-capf-setup)
(org-mode . citar-capf-setup)
:bind (("C-c o c" . citar-open)
:map org-mode-map :package org
("C-c o C-c" . #'org-cite-insert))
:bind (("C-c o c" . citar-open))
:config
(require 'nerd-icons)
(require 'citar-embark)