diff options
author | shoshin <shoshin@cicadas.surf> | 2022-11-09 16:06:39 -0600 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-11-09 16:06:39 -0600 |
commit | 204f093105df43fb5266021eaa2599efac25908e (patch) | |
tree | 912aa8e55b292b475de9a83796a1f7eeb1f45fc9 | |
parent | 9e114fcfe9e3f34a7e5ad905852c22cf0b283292 (diff) |
Add: org mode to org-babel-load-languages
-rw-r--r-- | shoshimacs.el | 5 | ||||
-rw-r--r-- | shoshimacs.org | 5 |
2 files changed, 6 insertions, 4 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) 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 |