diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:57:46 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:03:09 +0200 |
| commit | 8064f1818cf57493321324cfbd95a31b26f0a634 (patch) | |
| tree | 677d766b90038c8c9ad3708dd0b70e88f680b3ff | |
| parent | 5f87cc5242b9ec1619ec9124bd87b2fcc62dc922 (diff) | |
Emacs: org: Add plantuml to org-babel
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
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"))) |
