aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-11-09 16:06:39 -0600
committershoshin <shoshin@cicadas.surf>2022-11-09 16:06:39 -0600
commit204f093105df43fb5266021eaa2599efac25908e (patch)
tree912aa8e55b292b475de9a83796a1f7eeb1f45fc9 /shoshimacs.el
parent9e114fcfe9e3f34a7e5ad905852c22cf0b283292 (diff)
Add: org mode to org-babel-load-languages
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)