Put citar/org-cite under the org mnemonic bind set

Fix citar-embark not actually being set anywhere
This commit is contained in:
Evie Litherland-Smith 2024-02-15 13:38:16 +00:00
parent 0c51683cf7
commit 7ec062a876

View file

@ -169,10 +169,11 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
:hook
(LaTeX-mode . citar-capf-setup)
(org-mode . citar-capf-setup)
:bind (("C-c r r" . citar-open)
:bind (("C-c o c" . citar-open)
:map org-mode-map :package org
("C-c r i" . #'org-cite-insert))
("C-c o C-c" . #'org-cite-insert))
:config
(require 'citar-embark)
(defvar citar-indicator-files-icons
(citar-indicator-create
:symbol (nerd-icons-octicon
@ -220,11 +221,11 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
:ensure t
:diminish
:after (citar embark)
:config
:init
(citar-embark-mode +1))
#+end_src
** LaTeX
* LaTeX
#+begin_src emacs-lisp
(setq org-latex-compiler "lualatex")
(setq org-preview-latex-default-process 'dvisvgm)