aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.org
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.org
parent9e114fcfe9e3f34a7e5ad905852c22cf0b283292 (diff)
Add: org mode to org-babel-load-languages
Diffstat (limited to 'shoshimacs.org')
-rw-r--r--shoshimacs.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/shoshimacs.org b/shoshimacs.org
index ce54658..cc1529e 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -633,8 +633,9 @@ this seems to be required to fontify source blocks
(org-babel-do-load-languages
'org-babel-load-languages
'((emacs-lisp . t)
- (shell . t)
- (plantuml . t)))
+ (org . t)
+ (plantuml . t)
+ (shell . t)))
#+end_src
*** org-tree-slide