From 8064f1818cf57493321324cfbd95a31b26f0a634 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 27 Jul 2026 19:57:46 +0200 Subject: Emacs: org: Add plantuml to org-babel --- dot.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index bc556c9..6233c54 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -440,7 +440,8 @@ 'org-babel-load-languages '((emacs-lisp . t) (dot . t) - (sqlite . t))) + (sqlite . t) + (plantuml . t))) (add-to-list 'org-latex-packages-alist '("AUTO" "polyglossia" t ("xelatex" "lualatex"))) -- cgit v1.2.3