aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot.emacs.d/init.el3
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")))