Enable citar-embark integration
This commit is contained in:
parent
8d3917ae70
commit
b617f08dd0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue