Enable citar-embark integration

This commit is contained in:
Evie Litherland-Smith 2024-01-08 11:26:39 +00:00
parent 8d3917ae70
commit b617f08dd0

View file

@ -637,6 +637,15 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
citar-indicator-cited-icons)))
#+end_src
*** Citar Embark integration
#+begin_src emacs-lisp
(use-package citar-embark
:ensure t
:after (citar embark)
:config
(citar-embark-mode +1))
#+end_src
** TODO Crafted config
#+BEGIN_SRC emacs-lisp