Replace plantuml with mermaid

This commit is contained in:
Dimitri Lozeve 2022-06-01 14:33:30 +02:00
parent c6ea4ef6aa
commit a3a05aa1f8

View file

@ -702,14 +702,12 @@
'((R . t) '((R . t)
(emacs-lisp . t) (emacs-lisp . t)
(python . t) (python . t)
(jupyter . t)
(awk . t) (awk . t)
(C . t) (C . t)
(ditaa . t) (ditaa . t)
(dot . t) (dot . t)
(latex . t) (latex . t)
(lisp . t) (lisp . t)
(plantuml . t)
(shell . t))) (shell . t)))
(setq org-confirm-babel-evaluate nil) (setq org-confirm-babel-evaluate nil)
@ -757,10 +755,9 @@
(use-package ox-reveal (use-package ox-reveal
:straight t) :straight t)
(use-package ob-plantuml (use-package ob-mermaid
:after (org) :straight t
:config :after (org))
(setq org-plantuml-jar-path (expand-file-name "~/build/plantuml.jar")))
(use-package org-fragtog (use-package org-fragtog
:straight t :straight t