aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index 25d8532..4a0cdba 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -158,8 +158,9 @@
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
- (shell . t)
- (plantuml . t)))
+ (org . t)
+ (plantuml . t)
+ (shell . t)))
(package-install 'org-tree-slide)